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)
);
}
}