Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>What do you mean stateless?

The server doesn't keep track of the state of client sessions. Each request is handled individually. This is an advantage as memory can be saved and requests originating from any client session can be handled by any server instance.



That is also possible in a stateful system, simply by storing user sessions in an independent session server.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: