On 21.09.2014, at 22:50, Bertrand Delacretaz <[email protected]> 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. Cheers, Alex
