1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Update StartSession.php

This commit is contained in:
karan
2016-12-10 02:46:07 -05:00
committed by GitHub
parent 01051c1708
commit c3c1bf27f2

View File

@@ -68,6 +68,7 @@ class StartSession implements MiddlewareInterface
SetCookie::create($session->getName(), $session->getId())
->withPath('/')
->withHttpOnly(true)
->withSecure(true)
);
}
}