Thanks Matej, I'll try that.

On Feb 13, 2008 1:21 AM, Matej Knopp <[EMAIL PROTECTED]> wrote:

> extend wicket's WebSession by your own session class.
>
> and add setUserProfile/getUserProvile methods to id.
>
> Override Application#newSession method and create your session insteance.
>
> Then in your app just do
> ((MySession)Session.get()).settUserProfile(profile).
>
> -Matej
> > The question is -- what is the best way to store this UserProfile?
>


-- 
sp

Reply via email to