changing session name for hiding laravel from web technology detection (#69)
This commit is contained in:
@@ -127,8 +127,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
'cookie' => env(
|
'cookie' => env(
|
||||||
'SESSION_COOKIE',
|
'SESSION_COOKIE','OpnForm_session'
|
||||||
Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
|
|
||||||
),
|
),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user