Page 1 of 1

how to get started with session_key in php?

Posted: Mon Aug 18, 2008 11:08 am
by azhan
hey guys!,

Im done creating my database which requires login authorization but what im lack of is my database are not secured enough, i just have login of username n password for security. Other than that, other user could get through the database if they knew the link.

Does any of u guys have any suggestion on how can i start learning/use session_key?

Thanks!


Azhan
----------------------------
http://www.productcoverdesign.com

Re: how to get started with session_key in php?

Posted: Mon Aug 18, 2008 1:24 pm
by alex.barylski
#1 Hash your passwords using sha256

Re: how to get started with session_key in php?

Posted: Mon Aug 18, 2008 1:29 pm
by Mordred
http://php.net/manual/en/book.session.php
Generally, on login you raise a flag in the session, and on each page you check if it is 1.

Write some code and then post it if you have doubts if it's secure.