This commit is contained in:
philipp lang 2024-02-24 00:36:21 +01:00
parent 95985a00e5
commit 8125e664b1
1 changed files with 1 additions and 1 deletions
src/Authentication

View File

@ -77,7 +77,7 @@ class MainCookie extends Authenticator
private function newFileName(): string
{
return parent::$path . '/' . time() . '.txt';
return parent::$path . '/' . now()->timestamp . '.txt';
}
private function isExpired(): bool