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 passwordas cookies? can't it be any other variables? – Reigel Sep 30 '10 at 5:02usernamemight be okay, but I doubt withpassword. why not something likeusernameandlogged?loggedwould be a boolean with value depending if the user is logged or not. – Reigel Sep 30 '10 at 5:07Trueuntil the user logs out. Is that what you are trying to say? – Chendur Pandian Sep 30 '10 at 5:08