Merge pull request #12877 from joelpittet/patch-1

Allow an environment variable to set the session cookie path
This commit is contained in:
snipe 2023-04-21 04:45:17 -07:00 committed by GitHub
commit 7d9062c065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ return [
|
*/
'path' => '/',
'path' => env('SESSION_COOKIE_PATH', '/'),
/*
|--------------------------------------------------------------------------