Hi,

Am 27.06.2012 um 12:13 schrieb Jukka Zitting:

> Hi,
> 
> On Wed, Jun 27, 2012 at 11:49 AM, Felix Meschberger <fmesc...@adobe.com> 
> wrote:
>> FWIW, this was my first thought, too: This completely breaks stateless-ness
>> of HTTP and introduces the use of Sessions.
> 
> I think you're misreading the proposal. The feature uses separate URI
> spaces so all information needed to access such "sessions" is encoded
> in each request and depends on no shared state between the client and
> the server.

Its not about shared state but about state maintained on the server which means 
the exchange is not stateless any longer.

The only difference to a Serlvet API HttpSession is, that the session key is 
part of the URI path instead of a request parameter or cookie.

Regards
Felix

Reply via email to