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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 02:01:31 2024 UTC