I need to store some data on a per session basis.

What's the best approach in a wicket environment?

1. Should I create my own session factory and create a custom session
class that stores the data as an attribute?

OR

2. Go the old fashioned route and retrieve the J2?E HttpSession and
store it in that using setAttribute(name, object);   BTW how do we get
access to the J2?E session in Wicket?

OR

3. Something else I haven't thought of yet...

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

Reply via email to