Where can I find code demonstrating the “remember me” feature of logins?
I tried here, one can click html or javascript, and see each.. and put it in an html page
http://www.javascriptbank.com/remember-me.html
which I did
http://pastebin.com/KkjCeGJM
but the “remember me” function seems to have nothing behind it.
I don’t know much javascript.. I just want to have a complete code demonstration that I can run. Where can I find one? It’s such a classic feature!
Depending on your server-side language – I suggest you look into Cookies, which enable the login remember feature.
A google search for “login remember me cookie” together with your server-side language should yield good results.