Hacker News new | ask | show | jobs
by RandomInteger4 2827 days ago
You should be using localstorage from the web storage API and not cookies. Cookies are sent to the server with every request. Local Storage is not.