Removed the unused setting 'session.payload'.
Signed-off-by: Isern Palaus <ipalaus@ipalaus.es>
This commit is contained in:
parent
8709c6c6b0
commit
260b3c93df
|
@ -122,17 +122,4 @@
|
|||
|
||||
'domain' => null,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Session Payload Cookie Name
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| When using the "cookie" session driver, you may configure the name of
|
||||
| the cookie used as the session "payload". This cookie actually has
|
||||
| the encrypted session data stored within it for the application.
|
||||
|
|
||||
*/
|
||||
|
||||
'payload' => 'laravel_payload',
|
||||
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue