Ask HN: Best sessionless web stack?
Hi there, working on a project that is built on the sessionless web
Was curious if anyone had recommendations, places to start, for building sessionless web apps?
Was curious if anyone had recommendations, places to start, for building sessionless web apps?
6 comments
[ 3.2 ms ] story [ 22.7 ms ] threadDo you mean storing everything in an encrypted-and-authenticated JSON Web Token? Check out Slim 3.0 when it gets released (coming soon I hear).
Do you mean no sessions and no cookies, ever? You can use any stack, really. Basic PHP does this by default if you don't invoke session_start() anywhere.
http://stackoverflow.com/questions/10097441/designing-web-ap...
Looks like many are curious, but few have the answers
Any examples of sessionless web apps out there?
Fishing for practicality I guess..