[FYI] Atmosphere-Jersey now session free

2 messages Options
Embed this post
Permalink
Jeanfrancois Arcand

[FYI] Atmosphere-Jersey now session free

Reply Threaded More More options
Print post
Permalink
Salut,

I've removed the use of HttpSession in Atmosphere-Jersey with my last
commit. I've also removed as much as I can HttpSession uses in the
framework itself so the framework do not suffer:

   + Session.invalidate which clear the state
   + Session's timeout

Atmosphere-Runtime still uses sessions for supporting the Resume operations.

If you need sessions support with your Atmosphere-Jersey, you can enable
it by defining the session-support="true" attribute in the
<atmosphere-handler ...> element in atmosphere.xml.

Thanks

-- Jeanfrancois

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]

Viktor Klang

Re: [FYI] Atmosphere-Jersey now session free

Reply Threaded More More options
Print post
Permalink
Great work JF!
I'll try it out with Akka ASAP :)

On Wed, Oct 21, 2009 at 5:12 PM, Jeanfrancois Arcand <[hidden email]> wrote:
Salut,

I've removed the use of HttpSession in Atmosphere-Jersey with my last commit. I've also removed as much as I can HttpSession uses in the framework itself so the framework do not suffer:

 + Session.invalidate which clear the state
 + Session's timeout

Atmosphere-Runtime still uses sessions for supporting the Resume operations.

If you need sessions support with your Atmosphere-Jersey, you can enable it by defining the session-support="true" attribute in the <atmosphere-handler ...> element in atmosphere.xml.

Thanks

-- Jeanfrancois

---------------------------------------------------------------------
To unsubscribe, e-mail: [hidden email]
For additional commands, e-mail: [hidden email]




--
Viktor Klang
| "A complex system that works is invariably
| found to have evolved from a simple system
| that worked." - John Gall

Blog: klangism.blogspot.com
Twttr: viktorklang
Code: github.com/viktorklang