here is the code for signout

                ((AuditWebSession)(Session.get())).signout();
                setRedirect(true);
                throw new RestartResponseException(new 
AuditWicketApplication.SignInPageHelper().getSignedOutPage());


AuditWebSession is a subclass of   AuthenticatedWebSession  


AuditWicketApplication.SignInPageHelper().getSignedOutPage()    return  a
wicket page class 
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/signout-and-encryption-key-in-session-tp2254370p2254450.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to