Added payload configuration option.

This commit is contained in:
Taylor Otwell 2013-03-13 20:12:34 -05:00
parent b8008ff7b3
commit 0c0b68e395
1 changed files with 13 additions and 0 deletions

View File

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