Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2649 | minor | always | 05-06-08 08:29 | 08-07-08 16:43 | |
|
|||||
Reporter: | sgraf | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002649: PHP Session Cookies Are Not Handled Correctly By Safari Browser | ||||
Description: |
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|