I made it by reading cookies in my AuthenticatedWebApplication in
@Override
public Session newSession(Request request, Response response) {
Session session = super.newSession(request, response);
HttpServletRequest servletRequest = ((ServletWebRequest)
request).getHttpServletRequest();
Cookie[] cookies = servletRequest.getCookies();
.....
}
and in the case a remember is needed i call sign-in.
PS. I know about SignInPanel, but I wanted a custom solution.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Wicket-1-4-Remember-Login-WIth-Cookie-tp4650029p4650038.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]