mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 07:15:05 +08:00
fix(assertion): 尝试修复 cookie 的 domain
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -113,7 +113,7 @@ class Assertion
|
||||
"1",
|
||||
time() + config('session.options.cookie_lifetime'),
|
||||
'/',
|
||||
domain: $this->request->getHeaderLine(Header::HOST),
|
||||
domain: config('session.options.domain'),
|
||||
httpOnly: false,
|
||||
sameSite: Cookie::SAMESITE_LAX
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user