Hello,
we have a severe problem with seesions.
We use Apache 1.3.31 with PHP 4.3.9 as Apache module in Windows 2000
In our php.ini we have
session.gc_probability = 100 session.gc_dividend = 100
Should be session.gc_divisor. And you need to start at least one other session so that the first one gets cleared.
session.gc_maxlifetime = 120
But even after 20 minutes the session file is still there.
And the session file ist also not deleted if we then stop the apache service.
Has anybody an idea ?
TIA
Hendrik Schmieder
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php