Skip to content

Commit 961e1c5

Browse files
committed
fix session
1 parent 04e451e commit 961e1c5

2 files changed

Lines changed: 2 additions & 1187 deletions

File tree

setup/config/config.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ $config = array(
337337
* Can be used to make the session cookie available to several domains.
338338
*
339339
* Example:
340-
* 'session.cookie.domain' => '.example.org',
340+
* 'session.cookie.domain' => '.example.org', {{SP_DOMAIN}}
341341
*/
342-
'session.cookie.domain' => {{SP_DOMAIN}},
342+
'session.cookie.domain' => null,
343343

344344
/*
345345
* Set the secure flag in the cookie.

0 commit comments

Comments
 (0)