ID: 3793 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Session related Operating System: Windows 98 PHP Version: 4.0 Beta 4 Patch Level 1 New Comment:
The reported errors are still in verson 4.1.2. System: w2k, CGI-version. Previous Comments: ------------------------------------------------------------------------ [2001-12-16 07:24:47] [EMAIL PROTECTED] No feedback. Closing. ------------------------------------------------------------------------ [2001-11-25 07:26:53] [EMAIL PROTECTED] Is this still the behaviour of the latest RC? http://phpuk.org/~james/php-4.1.0RC3-win32.zip Feedback. ------------------------------------------------------------------------ [2000-12-09 20:20:36] [EMAIL PROTECTED] Verified on WIn 2k IIS 5, ISAPI dll. Jani & I checked this was the case on my system too. we think it appears to be releated to atime and ulink (We think..) James ------------------------------------------------------------------------ [2000-12-07 10:51:28] [EMAIL PROTECTED] User feedback: -------------- 1) "session.gc_maxlifetime" does not work - I set this to 60 sec, but I can read values from the session even this time was expired. (I start the session and then I wait more than 60 sec before I will call other script) 2) When I set "session.gc_probability = 100" in PHP.INI, ALL other session files are deleted (only one session can be used at the time - if are connected 2 clients to server, the second client owerwrites or deletes session of the first client, etc.). This bug is maybe related to "session.gc_maxlifetime" bug. --------------- I tried this myself on Linux -> Works as expected. But as I don't have any Windows to test this on, I just have to trust the user that this isn't working.. User tested with php4.0.4-dev-win32-20001123 Could someone using Windows try and check this out?? --Jani ------------------------------------------------------------------------ [2000-11-27 08:59:00] [EMAIL PROTECTED] You have only misunderstood the meanings: session.gc_maxlifetime -> Max lifetime of data. After this time has elapsed data is considered being garbage. session.gc_probability -> Percentual propability for garbage cleaning to be executed. 100% probability happens always.. 1% happens less often. --Jani ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/3793 -- Edit this bug report at http://bugs.php.net/?id=3793&edit=1
