| tony2001@php.net 2006-01-09, 8:02 pm |
| ID: 35829
Updated by: tony2001@php.net
Reported By: epoullain at fastbooking dot com
Status: Open
-Bug Type: Session related
+Bug Type: Documentation problem
Operating System: linux 2.6.11
PHP Version: 4.4.1
New Comment:
MM stores data in shared memory, which cannot be carried through Apache
restarts.
The docs should probably mention this.
Reclassified as docu problem.
Previous Comments:
------------------------------------------------------------------------
[2005-12-28 17:12:19] epoullain at fastbooking dot com
Description:
------------
I switched from
session.save_handler = files to
session.save_handler = mm
in php.ini. All seems fine, except that on apache restart,
all session info is lost. This does not happen with files
handler.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35829&edit=1
|