Allow an environment variable to set the session cookie path

This commit is contained in:
Joel Pittet 2023-04-19 15:18:50 -07:00 committed by GitHub
parent 4a5426f959
commit 351928adff
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', '/'),
/*
|--------------------------------------------------------------------------