Add session settings (#450)

* Add session settings

* Update config.conf

* Update config.conf

* Update config.conf

* Update config.conf
This commit is contained in:
Alex
2025-10-03 15:07:09 -07:00
committed by GitHub
parent 7934ab0b7f
commit 2658bccf03
5 changed files with 25 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ temp.dir = /tmp
php.dir = /usr/bin
php.bin = php
#session settings
session.cookie_httponly = true
session.cookie_secure = true
session.cookie_samesite = Lax
#cache settings
cache.method = file
cache.location = /var/cache/fusionpbx

View File

@@ -20,6 +20,11 @@ temp.dir = /tmp
php.dir = /usr/bin
php.bin = php
#session settings
session.cookie_httponly = true
session.cookie_secure = true
session.cookie_samesite = Lax
#cache settings
cache.method = file
cache.location = /var/cache/fusionpbx

View File

@@ -20,6 +20,11 @@ temp.dir = /tmp
php.dir = /usr/bin
php.bin = php
#session settings
session.cookie_httponly = true
session.cookie_secure = true
session.cookie_samesite = Lax
#cache settings
cache.method = file
cache.location = /var/cache/fusionpbx

View File

@@ -20,6 +20,11 @@ temp.dir = /tmp
php.dir = /usr/local/bin
php.bin = php
#session settings
session.cookie_httponly = true
session.cookie_secure = true
session.cookie_samesite = Lax
#cache settings
cache.method = file
cache.location = /var/cache/fusionpbx

View File

@@ -20,6 +20,11 @@ temp.dir = /tmp
php.dir = /usr/bin
php.bin = php
#session settings
session.cookie_httponly = true
session.cookie_secure = true
session.cookie_samesite = Lax
#cache settings
cache.method = file
cache.location = /var/cache/fusionpbx