change cookie forget time to be 25 hours in the past to cover strange timezone issues.
This commit is contained in:
@@ -125,7 +125,7 @@ class Cookie {
|
||||
*/
|
||||
public static function forget($name)
|
||||
{
|
||||
return static::put($name, null, -60);
|
||||
return static::put($name, null, -1500);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user