Is it possible for an HTML5 database to exist between sessions, similar to how cookies can be persistent? If so, how is this done?
I need to replace cookie storage with something more robust, but it needs to exist between sessions.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe localStorage is what you are looking for:
http://www.w3schools.com/html/html5_webstorage.asp
EDIT: Updated dead link