Hi,
I have used cookies to set remember me option while login.If cookies are set,I have used sessions to set the login.But it seems to be hackable.How can I use secure login with remember me option.
Pls suggest me a good solution.
|
Go4Expert Founder
|
![]() |
| 14Dec2009,17:42 | #2 |
|
Encrypt your value stored in the cookies
|
|
Contributor
|
|
| 14Dec2009,18:01 | #3 |
|
Then how to implement the username and store it in sessions for login.
Thanks. |
|
Go4Expert Founder
|
![]() |
| 14Dec2009,19:34 | #4 |
|
Encrypted.
|
|
Contributor
|
|
| 15Dec2009,10:16 | #5 |
|
I understand that we have to encrypt the details and store it in cookies but I dont know how to reassign them when login.
|
|
Go4Expert Founder
|
![]() |
| 15Dec2009,12:48 | #6 |
|
Quote:
Originally Posted by rekha Say you have value X Which when encrypted becomes djakshdakjs So now instead of converting djakshdakjs to X encrypt X and compare with djakshdakjs |
|
Light Poster
|
|
| 19Dec2009,11:39 | #7 |
|
I don't know how you said its hackable. Use sessions for logins and cookies just for remember me options. I don't think you want the user to get logged in directly rather you want his/her username/email to be displayed in the form if he chooses remember me options.
|


