Also good to know is that @SessionStateObjects (was:
@ApplicationStateObject) are stored in the HTTP session with the key "sso:"
+ MySessionStateObject.class.getName() (Tapestry 5.1)
Olle Hallin
Senior Java Developer and Architect
olle.hal...@crisp.se
www.crisp.se
2009/9/30 cordenier christoph
If you choose to use a servlet session listener, keep in mind that the
Tapestry Registry can be obtained from the application context under this
key "TapestryFilter.REGISTRY_CONTEXT_NAME".
Then you can have access to all Tapestry 5 services including the
ApplicationStateManager.
2009/9/30 Gunnar
Hi !
I am porting a huge jsp/spring kludge to T5. (And love it ...)
I have now come across a UserTracker implementation that tracks currently
logged in users.
How is this best done in T5 anyone?
I could perhaps stick with the old servlet but I am not sure of how T5
creaets/destoys sessions and