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

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -