Add session_gc_maxlifetime php.ini option
This commit is contained in:
parent
5a3a51e1be
commit
7e86de7eea
2 changed files with 2 additions and 1 deletions
|
|
@ -1422,7 +1422,7 @@ session.gc_divisor = 1000
|
|||
; 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 = {{ phpini.session_gc_maxlifetime }}
|
||||
|
||||
; NOTE: If you are using the subdirectory option for storing session files
|
||||
; (see session.save_path above), then garbage collection does *not*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue