0

Is it possible to store the information in both Web Storage and Web SQL forever because it deletes the information after the user clears the browsing data. if its not possible what should i do to fix it

1
  • 1
    Store the information in a server. Obviously if the user wants to delete their own data there's nothing you can do about it. Commented Dec 16, 2013 at 8:35

1 Answer 1

1

You cannot store information in websql and web storage forever. It is not suggested to store any critical data in these storage and rather any data stored in these storage should be synchronized with server db .

Sign up to request clarification or add additional context in comments.

2 Comments

"suggested" where? Can you please add a source?
@mabi sure bro..here is the link..stackoverflow.com/questions/3718349/html5-localstorage-security have fun!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.