Skip to content

Commit

Permalink
Remove deprecated session configs
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 22, 2024
1 parent 2cb6b73 commit 2802e27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 8/templates/docker-php-8.4.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,8 @@ session.referer_check = {{ getenv "PHP_SESSION_REFERER_CHECK" "" }}
session.cache_limiter = {{ getenv "PHP_SESSION_CACHE_LIMITER" "nocache" }}
session.cache_expire = {{ getenv "PHP_SESSION_CACHE_EXPIRE" "180" }}
session.use_trans_sid = {{ getenv "PHP_SESSION_USE_TRANS_SID" "0" }}
session.sid_length = {{ getenv "PHP_SESSION_SID_LENGTH" "26" }}
session.trans_sid_tags = "{{ getenv "PHP_SESSION_TRANS_SID_TAGS" "a=href,area=href,frame=src,form=" }}"
session.trans_sid_hosts = {{ getenv "PHP_SESSION_TRANS_SID_HOSTS" "" }}
session.sid_bits_per_character = {{ getenv "PHP_SESSION_SID_BITS_PER_CHARACTER" "5" }}
session.upload_progress.enabled = {{ getenv "PHP_SESSION_UPLOAD_PROGRESS_ENABLED" "on" }}
session.upload_progress.cleanup = {{ getenv "PHP_SESSION_UPLOAD_PROGRESS_CLEANUP" "on" }}
session.upload_progress.prefix = "{{ getenv "PHP_SESSION_UPLOAD_PROGRESS_PREFIX" "upload_progress_" }}"
Expand Down

0 comments on commit 2802e27

Please sign in to comment.