Merge pull request #420 from jonnybarnes/develop

MTM Use env for cookie prefix
This commit is contained in:
Jonny Barnes 2022-09-10 13:50:49 +01:00 committed by GitHub
commit 374e231a6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ return [
'cookie' => env( 'cookie' => env(
'SESSION_COOKIE', 'SESSION_COOKIE',
(env('SECURE_SESSION_COOKIE') ? '__Host-' : '') . Str::slug(env('APP_NAME', 'laravel'), '_') . '_session' Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
), ),
/* /*