Skip to content

Commit

Permalink
Merge pull request #379 from saschaszott/OPUSVIER-1443
Browse files Browse the repository at this point in the history
OPUSVIER-1443
  • Loading branch information
j3nsch authored Mar 24, 2022
2 parents 49ea8a7 + 06a03ac commit 118436d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apacheconf/apache22.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Alias /OPUS_URL_BASE "/BASEDIR/public"
php_flag short_open_tag on

# Setting cookie options
php_value session.cookie_path /OPUS_URL_BASE
php_value session.cookie_path /OPUS_URL_BASE
php_value session.cookie_httponly on

# On Debian/Ubuntu, prevent PHP from deleting the cookies
#Enable for UBUNTU/DEBIAN:# php_value session.gc_probability 0
Expand Down
3 changes: 2 additions & 1 deletion apacheconf/apache24.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Alias /OPUS_URL_BASE "/BASEDIR/public"
php_flag short_open_tag on

# Setting cookie options
php_value session.cookie_path /OPUS_URL_BASE
php_value session.cookie_path /OPUS_URL_BASE
php_value session.cookie_httponly on

# On Debian/Ubuntu, prevent PHP from deleting the cookies
#Enable for UBUNTU/DEBIAN:# php_value session.gc_probability 0
Expand Down

0 comments on commit 118436d

Please sign in to comment.