Hacker News new | ask | show | jobs
by all_blue_chucks 2480 days ago
Having to add state to fundamentally stateless operations is not a good thing.
1 comments

Being logged in is not a stateless thing. Cookies are state.
It actually is stateless. The cookie is just one part of the stateless request.