Guys,

Given my short research of wicket so far, i am carrying the following
assumption about wicket's session management, please correct me if thats not
true.

- There is NO way for you to store anything in the Session other than to
have your own custom WebSession class and define the attributes you would
want to maintain...offcourse with that also provide the implementation for
the getSessionFactory() in your Application class OR is there?...i dont see
any method in the WebSession class which provides a mean to do that, it does
have a setAttribute method but you still have to define/extend a class from
WebSession use it...Please comment..

- Wicket's feature of Second Level Cache is just related to the storing of
pageMap pages on the disk (so as to save memory) it doesn't do the same for
the session objects in general ?...i am sure it doesn't..i dont its just
something out of the blue which came to mind and felt like asking..

Thanks in advance and Regards,

Farhan.



-- 
View this message in context: 
http://www.nabble.com/Wicket---Session-Manamagement-tf4674292.html#a13354659
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to