|
|
@@ -271,7 +271,7 @@ class OtAuthenticationService extends AbstractAuthenticationService
|
|
|
|
|
|
$name = $cookie->getName();
|
|
|
$value = $cookie->getValue();
|
|
|
- $expires = $cookie->getExpires();
|
|
|
+ $expires = $cookie->getExpires() ?? 0;
|
|
|
$path = $cookie->getPath();
|
|
|
$secure = $cookie->getSecure();
|
|
|
$httpOnly = $cookie->getHttpOnly();
|