Skip to content

Comment on Scaling Play to Thousands of Concurrent Requestsparent

Comments

As long as you encrypt it, sure you can. It's no different than storing the session pointer in the cookie.

Though, with every HTTP request, the client will be uploading the entire cookie. This could manifest as degraded responsiveness, especially for mobile devices.

That's the trade you make when using cookies. Nothing new there.

Encrypted cookies? Just what hackers have been waiting for.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.