+ 1
How to create javascript session?
How to save username or password for next time login
1 ответ
+ 7
You can't, not with plain JavaScript. You must use a back-end languahe such as PHP or Python. If you insist on JS, learn Node.js or similar back-end frameworks.