Mantis - Quercus
Viewing Issue Advanced Details
2649 minor always 05-06-08 08:29 08-07-08 16:43
sgraf  
ferg  
normal  
closed 3.1.5  
fixed  
none    
none 3.2.1  
0002649: PHP Session Cookies Are Not Handled Correctly By Safari Browser
In the function:

com.caucho.quercus.lib.session.SessionModule.generateSessionCookie()

at line 519 you use:

cookie.setVersion(1);

which will result in a "version 1" cookie which is currently not handled correctly by the most recent version of the Mac OS X Safari browser (v3.1.1). The consequence is that PHP sessions can not persist for anyone using this browser. I have notified Apple about this problem today but in the meantime I was wondering if it would be possible to remove the version 1 since it seems that there is no real benefit to using version 1 anyways.

Notes
(0003302)
ferg   
08-07-08 16:43   
php/1k84