Skip to content

Commit

Permalink
fix session
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed May 27, 2021
1 parent 04e451e commit 961e1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,187 deletions.
4 changes: 2 additions & 2 deletions setup/config/config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ $config = array(
* Can be used to make the session cookie available to several domains.
*
* Example:
* 'session.cookie.domain' => '.example.org',
* 'session.cookie.domain' => '.example.org', {{SP_DOMAIN}}
*/
'session.cookie.domain' => {{SP_DOMAIN}},
'session.cookie.domain' => null,

/*
* Set the secure flag in the cookie.
Expand Down
Loading

0 comments on commit 961e1c5

Please sign in to comment.