add jquery
This commit is contained in:
@ -31,9 +31,9 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'lifetime' => env('SESSION_LIFETIME', 120),
|
||||
'lifetime' => env('SESSION_LIFETIME', 10),
|
||||
|
||||
'expire_on_close' => false,
|
||||
'expire_on_close' => true,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -198,4 +198,4 @@ return [
|
||||
|
||||
'same_site' => 'lax',
|
||||
|
||||
];
|
||||
];
|
Reference in New Issue
Block a user