![]() |
remember me option in login
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. |
Re: remember me option in login
Encrypt your value stored in the cookies
|
Re: remember me option in login
Then how to implement the username and store it in sessions for login.
Thanks. |
Re: remember me option in login
Encrypted.
|
Re: remember me option in login
I understand that we have to encrypt the details and store it in cookies but I dont know how to reassign them when login.
|
Re: remember me option in login
Quote:
Say you have value X Which when encrypted becomes djakshdakjs So now instead of converting djakshdakjs to X encrypt X and compare with djakshdakjs |
Re: remember me option in login
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.
|
| All times are GMT +5.5. The time now is 01:50. |