Mod cookie expire time
This commit is contained in:
parent
8de7dcae24
commit
33ab14f51e
|
@ -77,7 +77,7 @@ class MainCookie extends Authenticator {
|
||||||
{
|
{
|
||||||
$lastLoginTime = Carbon::createFromTimestamp(pathinfo($this->file(), PATHINFO_FILENAME));
|
$lastLoginTime = Carbon::createFromTimestamp(pathinfo($this->file(), PATHINFO_FILENAME));
|
||||||
|
|
||||||
return $lastLoginTime->addMinutes(3)->isPast();
|
return $lastLoginTime->addMinutes(50)->isPast();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue