How secure are the localStorage?
Hi,
I am currently using $_SESSION in PHP to store my session variable specially for checking if the user is signed in or not, user email address, etc.
What's the alternative in JQuery and JQuery Mobile?
Can I use localstorage as an alternative?
Is it Secure?
Thanks,