Is it possible to implement "Remember Me" using jquery? If so, any suggestion how it can be done?
EDIT:
I am trying to remember username and password using jquery cookies.store cookies about username and password and read it the next time and redirect to a specific page.
username and password
as cookies? can't it be any other variables? – Jaribusername
might be okay, but I doubt withpassword
. why not something likeusername
andlogged
?logged
would be a boolean with value depending if the user is logged or not. – JaribTrue
until the user logs out. Is that what you are trying to say? – Pyrostat