Changing Local Storage directory in JavaScript -


i wanted ask: there method change "localstorage" (javascript) directory? don't want store informations user in browers' file because (by me) unsafe.

so? how can change local storage directory?

no. have no access filesystem. don't ever save user's information, save auth token allows them use account. private information saved on server unless user wants browser remember passwords. more dangerous storing user's information locally , unencrypted if gave browsers access our filesystem without asking permission.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -