Hi All,

I create have a @SessionState on my user but when I try logout it is not
fully clearing the session.

@SessionState
private User user;

onSubmitFromLogout(){
user = null;
return index;
}

Is there a specific way to do it?
Cheers

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Clearing-SessionState-tp4458525p4458525.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to