![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: A "few" old session files never deleted?
From: Mustafa Yalcin Acikyildiz <m.yalcin@gmail.com>
Date: Tue Oct 04 2005 - 17:05:36 CEST
your problem it is result from php bug..
i found this comments in the php.ini file.
If you are using the subdirectory option for storing session files
For example, the following script would is the equivalent of
PHP 4.2 and less have an undocumented feature/bug that allows you to
session.bug_compat_42 = 1
---or---
Define the probability that the 'garbage collection' process is
session.gc_probability = 1
(i know, my english level is so bad. sorry for this. :P)
|