On 23 September 2014 00:19, Alexander Klimetschek <aklim...@adobe.com> wrote:
> On 21.09.2014, at 22:50, Bertrand Delacretaz <bdelacre...@apache.org> wrote:
>
>> What we recommend against is HTTP sessions
>
> ...meaning any in-memory data assigned to some "session" that is kept across 
> multiple requests (as that's what J2EE HTTP Sessions are). You want every 
> request to be self-describing and able to "start from scratch" to make the 
> most out of HTTP and be RESTful.

+1,
Including any tokens that might authorise the request. i.e. Nothing
stored. Zero server (memory and disk) footprint per client. Capacity
correlated to request traffic, not number of clients.

Best Regards
Ian

>
> Cheers,
> Alex

Reply via email to