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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: epoullain at fastbooking dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Apr 18 19:01:26 2025 UTC