Hi everyone!

   A question from a newbie.
   Let's say I am going to store some data structure related to a user
which is currently logged in in a session. Normally I store such data
as an attribute(s) of a session object. What is a wicket way? Do I
just create a field in my application class and once I need it no more
I just call getSession ().invalidate ()?

   Best regards,
   Vitaly

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to