Hacker News new | ask | show | jobs
by mahmud 6298 days ago
Just store a session ID in the cookie and keep the client state on the server side, indexed by that cookie. No need to make a memory lookup into network transfer.