LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   Bug Reports (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=9)
-   -   possible lightspeed sapi bug (http://www.litespeedtech.com/support/forum/showthread.php?t=5962)

accassar 05-24-2012 11:48 PM

possible lightspeed sapi bug
 
When stracing PHP - I noticed:

unlink("2;/phpsessions/session_mm_litespeed0.sem") = -1 ENOENT (No such file or directory)
open("2;/phpsessions/session_mm_litespeed0.sem", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 ENOENT (No such file or directory)
unlink("2;/phpsessions/session_mm_litespeed0.sem") = -1 ENOENT (No such file or directory)

We use the multi level feature of file based sessions which it appears that the litespeed SAPI can't handle.

mistwang 06-11-2012 07:53 PM

Session handling is completely PHP internal feature, not directly related to any SAPI.
It is likely a problem with you PHP configuration.


All times are GMT -7. The time now is 04:03 AM.