Merge pull request #1999 from ipalaus/fix/session-payload

Removed the unused setting 'session.payload'.
This commit is contained in:
Taylor Otwell 2013-05-20 12:36:17 -07:00
commit 71cb787346
1 changed files with 0 additions and 13 deletions

View File

@ -122,17 +122,4 @@
'domain' => null, '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',
); );