php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35829 with mm, session data lost upon apache restart
Submitted: 2005-12-28 17:12 UTC Modified: 2006-01-13 14:58 UTC
From: epoullain at fastbooking dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2005-12-28 17:12 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-28 17:17 UTC] tony2001@php.net
MM stores data in shared memory, which cannot be carried through Apache restarts.
The docs should probably mention this.
Reclassified as docu problem.
 [2006-01-13 14:58 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

"Session data are stored in memory thus web server restart deletes them."
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 09:01:27 2024 UTC