changing session name for hiding laravel from web technology detection (#69)

This commit is contained in:
Ali 2023-01-13 16:57:51 +03:00 committed by GitHub
parent a0750573ff
commit 41a2840f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -127,8 +127,7 @@ return [
*/
'cookie' => env(
'SESSION_COOKIE',
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
'SESSION_COOKIE','OpnForm_session'
),
/*