you would create a websession subclass and add the field to there,
then override application.newsession() and return your subclass...

-igor


On Wed, Feb 27, 2008 at 8:33 AM, Vitaly Tsaplin
<[EMAIL PROTECTED]> wrote:
>    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]
>
>

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

Reply via email to