I have a custom session class that inherits from WebSession.  I have
overridden the newSession method in my Application class.  The session is
getting used during the request, because I initialize some of its values in
its constructor, and they show up when I attach a label to them in a page. 
A new session gets created with every request, however, which obviously is
not the desired behavior.  For instance, I have an Integer, and I initialize
it to 1 in the constructor, and increment it before each page display.  I
always get back a 2 on the page.

What else do I need to do to get the custom session working under 1.3?

Related to this, can someone provide me a download link to the 1.3 examples? 
The live examples page does not allow you to view the source for the
stateless example, which seems like it may have some relevant code in it,
and I cannot find a download link for the 1.3 examples.  The 1.2 examples do
not have that particular example, from what I can tell.  

Thanks for any pointers.




-- 
View this message in context: 
http://www.nabble.com/Custom-session-not-working...-tf4132685.html#a11753550
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to