Hi,

I have my custom session class that extends AuthenticatedWebSession and I
implement the authenticate method. 
In order to get the user name from anywhere in the code I save the user name
in the authenticate method to local member and then I can use it anywhere.
The problem is if I restart my tomcat. In this case the authenticate method
is not called (since the cookie is valid in the browser) so my user name
field is empty.

Am I doing something wrong?

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Accessing-username-from-page-problem-tp21415129p21415129.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to