Also if you just want to clear the User object use

ApplicationStateManager.set(User.class, null);

Sent from my iPhone

On Jun 6, 2011, at 5:56 PM, robnangle <robnan...@gmail.com> wrote:

> 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
> 

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

Reply via email to