mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 21:06:14 +08:00
Update StartSession.php
This commit is contained in:
parent
01051c1708
commit
c3c1bf27f2
|
@ -68,6 +68,7 @@ class StartSession implements MiddlewareInterface
|
|||
SetCookie::create($session->getName(), $session->getId())
|
||||
->withPath('/')
|
||||
->withHttpOnly(true)
|
||||
->withSecure(true)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user