Mantis - Resin
Viewing Issue Advanced Details
3913 major always 02-23-10 22:00 03-30-10 15:31
jkriesten  
ferg  
normal  
closed 4.0.3  
unable to reproduce  
none    
none 4.0.6  
0003913: Sessions unavailable in JSP when altering session-cookie
Resin Professional 4.0.s100210:

When having

  <session-cookie>SID</session-cookie>
  <ssl-session-cookie>SSID</ssl-session-cookie>

in the resin-conf, no sessions will be available with JSP based sites. Disabling the above will resume to normal operation again.
Resin Professional 4.0.s100210

Linux 2.6.25.20-0.5-default amd64

Java(TM) SE Runtime Environment 1.6.0_17-b04, ISO-8859-15, en
Java HotSpot(TM) 64-Bit Server VM 14.3-b01, 64, mixed mode, Sun Microsystems Inc.

Notes
(0004497)
ferg   
03-30-10 15:31   
jsp/1631

Checked with a simple JSP page (setting the session attribute and restoring it), and the Set-Cookie: SID works as does the Cookie: SID.

Turning the level="finer" might give more information because it will show the HTTP headers.