mirror of
https://github.com/flarum/framework.git
synced 2025-03-04 15:36:24 +08:00
Update StartSession.php
This commit is contained in:
parent
06c32b668d
commit
076a71c621
@ -68,6 +68,7 @@ class StartSession implements MiddlewareInterface
|
||||
SetCookie::create($session->getName(), $session->getId())
|
||||
->withPath('/')
|
||||
->withHttpOnly(true)
|
||||
->withSecure(true)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user