unread
Hi,
As I don't have sufficient karma, here is a patch to fix bug #23432 (PHP
using mtime instead of atime to clean session files).
Nuno
unread
Hi,
As I don't have sufficient karma, here is a patch to fix bug #23432 (PHP
using mtime instead of atime to clean session files).
Might be more correct, but what about filesystems mounted with
"noatime"?
- Timm
unread
Hi,
As I don't have sufficient karma, here is a patch to fix bug #23432 (PHP
using mtime instead of atime to clean session files).
revision 1.76
date: 2002/08/17 20:32:26; author: zeev; state: Exp; lines: +2 -2
Use mtime instead of atime, as we always update the session file anyway.
--Jani
unread
revision 1.76
date: 2002/08/17 20:32:26; author: zeev; state: Exp; lines: +2 -2
Use mtime instead of atime, as we always update the session file anyway.--Jani
Sorry... I hadn't see that. After submitting the patch I've found that
message and then I've updated the docs.
Nuno