Skip to content
Snippets Groups Projects
Commit e7b52a47 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config PHP : ajout des paramètre de config de la session

parent b0fde0e7
No related branches found
No related tags found
No related merge requests found
Pipeline #11899 failed
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
date.timezone = Europe/Paris date.timezone = Europe/Paris
session.cookie_lifetime = 0
session.gc_probability = 0
session.gc_divisor = 1000
session.gc_maxlifetime = 7200 # 2 heures
log_errors = On log_errors = On
display_startup_errors = On display_startup_errors = On
display_errors = On display_errors = On
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment