Hi tristan, try adding setRedirect(true) before calling setResponsePage. I think that should work:
public TestLogoutPage()
{
MySession.get().invalidate();
setRedirect(true); // <---
setResponsePage(getApplication().getHomePage());
}
regards
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
