Fixed: Store session cookies

This commit is contained in:
philipp lang 2022-02-19 19:05:39 +01:00
parent 14536df88f
commit 568043530c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class MainCookie extends Authenticator {
{
$cookieFile = $this->file() ?: $this->newFileName();
return $this->cookie = new FileCookieJar($cookieFile);
return $this->cookie = new FileCookieJar($cookieFile, true);
}
}