Set cookie domain
This commit is contained in:
parent
6478af7d41
commit
dbfb343100
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ session_start(
|
|||
array(
|
||||
'name' => 'wishthis',
|
||||
'cookie_lifetime' => $sessionLifetime,
|
||||
'cookie_path' => '/'
|
||||
'cookie_path' => '/',
|
||||
'cookie_domain' => '.wishthis.online',
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue