[ http://issues.apache.org/jira/browse/GERONIMO-2422?page=comments#action_12437186 ] David Jencks commented on GERONIMO-2422: ----------------------------------------
I think I fixed this in rev 449349. I noticed that if I put a breakpoint in e.g the security code the login and console always worked. After logging and studying the request and responses it looked like when it worked we were getting a new Request and adding the GeronimoServletHttpRequest wrapper each time. This suggested resetting the requestedSessionid on every call, not just ones with new Geronimo request wrappers. AFAICT this makes everything work again. After a couple other people check this we can close this. > Session ID lost frequently on Jetty (impacts web console significantly) > ----------------------------------------------------------------------- > > Key: GERONIMO-2422 > URL: http://issues.apache.org/jira/browse/GERONIMO-2422 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Jetty > Affects Versions: 1.2 > Reporter: Rick McGuire > Fix For: 1.2 > > > The console login has stopped working. The password screen is presented, but > the login attempts returns to the login screen again. Occasionally, the > login appears to "take", but clicking on any console operation returns you to > the login screen again. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
