Hi, I added a cookie at login using CookieValuePersister. At logout I want to remove the cookie. The logout is not handled in wicket. I remove it using javax.servlet.http.HttpServletResponse.
Also, when I access again a page after logout I receive an IllegalStateException: Unable to redirect to: ...., HTTP Response has already been committed. java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:433) at org.apache.wicket.protocol.http.WebResponse.sendRedirect(WebResponse.java:299) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Remove-cookie-problem-tp4653612.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org