After logout page, it will redirect to the login page. I have already converted the login and logout pages to Stateless page by adding @StatelessComponent with the StatelessChecker to them (without exception in runtime). I don't know why the bind() is still being called and new session is created after the invalidate()
AbcWebSession(Session).bind() line: 272 LoginPage(Page).onBeforeRender() line: 808 LoginPage(Component).internalBeforeRender() line: 950 LoginPage(Component).beforeRender() line: 1018 LoginPage(Component).internalPrepareForRender(boolean) line: 2236 LoginPage(Page).internalPrepareForRender(boolean) line: 242 LoginPage(Component).render() line: 2327 LoginPage(Page).renderPage() line: 1018 WebPageRenderer.renderPage(Url, RequestCycle) line: 124 WebPageRenderer.respond(RequestCycle) line: 236 RenderPageRequestHandler.respond(IRequestCycle) line: 175 RequestCycle$HandlerExecutor.respond(IRequestHandler) line: 895 RequestCycle$HandlerExecutor(RequestHandlerStack).execute(IRequestHandler) line: 64 RequestCycle.execute(IRequestHandler) line: 265 RequestCycle.processRequest() line: 222 RequestCycle.processRequestAndDetach() line: 293 WicketFilter.processRequestCycle(RequestCycle, WebResponse, HttpServletRequest, HttpServletResponse, FilterChain) line: 261 WicketFilter.processRequest(ServletRequest, ServletResponse, FilterChain) line: 203 WicketFilter.doFilter(ServletRequest, ServletResponse, FilterChain) line: 284 -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
