php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #68127
Patch php.ini-maxlifetime-patch revision 2014-10-01 21:00 UTC by atze_80 at web dot de

Patch php.ini-maxlifetime-patch for *Configuration Issues Bug #68127

Patch version 2014-10-01 21:00 UTC

Return to Bug #68127 | Download this patch
Patch Revisions:

Developer: atze_80@web.de

--- php-5.6.0-orig/php.ini-production   2014-08-27 15:31:35.000000000 +0200
+++ php-5.6.0/php.ini-production        2014-10-01 22:55:34.035022771 +0200
@@ -1496,7 +1496,7 @@
 ; After this number of seconds, stored data will be seen as 'garbage' and
 ; cleaned up by the garbage collection process.
 ; http://php.net/session.gc-maxlifetime
-session.gc_maxlifetime = 1440
+session.gc_maxlifetime = 14400

 ; NOTE: If you are using the subdirectory option for storing session files
 ;       (see session.save_path above), then garbage collection does *not*
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC