mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
Revert "Fix httpOnly flag by mistake.... (#1032)"
This reverts commit 0347bb7053.
This commit is contained in:
parent
0347bb7053
commit
cfca05c897
4 changed files with 5 additions and 5 deletions
|
|
@ -297,7 +297,7 @@ class Session
|
|||
$ssl_only = (\RX_SSL && config('session.use_ssl')) ? true : false;
|
||||
|
||||
// Set sso cookie to prevent multiple simultaneous SSO validation requests.
|
||||
setcookie('sso', md5($current_domain), 0, '/', null, null, $ssl_only);
|
||||
setcookie('sso', md5($current_domain), 0, '/', null, null, $ssl_only, true);
|
||||
|
||||
// Redirect to the default site.
|
||||
$sso_request = Security::encrypt($current_url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue