Mantis - Resin
Viewing Issue Advanced Details
1890 minor always 07-23-07 05:44 08-29-07 09:26
wet745  
ferg  
normal  
closed 3.0.18  
fixed  
none    
none 3.1.0  
0001890: IIS isapi_plugin.dll does not use resin.conf session-cookie settings
When you define the session-cookie tag in resin.conf, then the specified name will be used by the Resin processes for session cookies. When the name is not equal to the default name JSESSIONID, then the IIS isapi_plugin DLL fails in assigning the browser session to the Resin process based on the first cookie content letter (a, b, c, etc.). Instead, sessions are floating between the Resin processes.

It seems that the cookie name JSESSIONID is hardcoded in isapi_plugin.dll. Please change it in such a way that it uses the resin.conf settings of its configuration cluster host.

There are no notes attached to this issue.