Why are you constructing a new page? Just use the page class so that it's a bookmarkable page rather than a session-relative page.
On Mon, Jun 14, 2010 at 9:27 AM, fachhoch <[email protected]> wrote: > > 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] > > -- Jeremy Thomerson http://www.wickettraining.com
