|
|
|
|
|
by lr4444lr
3189 days ago
|
|
And here I thought I was the lone voice in the wilderness. From Roy Fielding's original paper: The client-stateless-server style derives from client-server with the additional constraint that no session state is allowed on the server component. Each request from client to server must contain all of the information necessary to understand the request, and cannot take advantage of any stored context on the server. Session state is kept entirely on the client I've heard enough verbal gymnastics to fill a book trying to excuse how modern web apps aren't violating this condition. |
|