php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32597 default value of session.gc_maxlifetime
Submitted: 2005-04-05 22:32 UTC Modified: 2005-04-06 23:03 UTC
From: kozlik at kufr dot cz Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.0.3 OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kozlik at kufr dot cz
New email:
PHP Version: OS:

 

 [2005-04-05 22:32 UTC] kozlik at kufr dot cz
Description:
------------
Default value of session.gc_maxlifetime is set quite short. Only 1440s which is 24 minutes. Shouldn't it be 24 hours instead of 24 minutes?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-06 18:15 UTC] sniper@php.net
It's fine as it is. (And you do have some text editor? :)


 [2005-04-06 23:03 UTC] kozlik at kufr dot cz
Yes, I have :-)

But users of my application have a lot of problems with changeing configuration of their php. 

In my opinion is longer value better and more compatible with other applications/libraries which useing sessions. 24 min is too short time for lost all session variables.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 15:01:28 2024 UTC