Fixed: Store session cookies
This commit is contained in:
parent
14536df88f
commit
568043530c
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue