Is it possible to implement "Remember Me" using jquery cookies?
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 开发者_StackOverflownext time and redirect to a specific page.
Look at this:
jQuery Cookie Plugin
How to implement:
- Store login information in cookie using jQuery
- Using Simple JavaScript
精彩评论