Add session.cookie_httponly = 1 to local php.ini

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2018-08-03 14:29:45 +02:00
parent 70db1e91e0
commit 79586319fc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ log_errors = On
error_log = /var/log/apache2/error.log
ignore_repeated_errors = On
register_globals = Off
session.cookie_httponly = 1
[Date]
date.timezone = "Europe/Paris"