php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12266 max execution time reached during session_start with mm session handler
Submitted: 2001-07-19 14:50 UTC Modified: 2001-07-19 14:56 UTC
From: thomas dot morin at webmotion dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thomas dot morin at webmotion dot com
New email:
PHP Version: OS:

 

 [2001-07-19 14:50 UTC] thomas dot morin at webmotion dot com
In have a bunch of those errors in my logs :

  PHP Fatal error:  Maximum execution time of 30 seconds exceeded in [file] line 335

On line 335 of this file, I just have session_start().

This error happens only from time to time (a dozen times a day, for about 5000 requests), til today I found  no way to reproduce it.

I'm running php 4.0.6. with "session.save_handler = mm".I'm using libmm1 version 1.1.3
Glibc version is 2.1.3 on a linux 2.2.20pre3 kernel running debian 2.2.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-19 14:56 UTC] sas@php.net
Can you give today's snapshot a try? The mm storage module has been improved considerably and should not produce such errors anymore.

http://snaps.php.net/

Please let us know whether it works for you.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 12:01:32 2025 UTC