update session config.

This commit is contained in:
Taylor Otwell 2013-02-08 09:31:43 -06:00
parent 5d409fe0d5
commit 4355a334f7
1 changed files with 14 additions and 1 deletions

View File

@ -83,4 +83,17 @@
'lottery' => array(2, 100),
/*
|--------------------------------------------------------------------------
| Session Cookie Name
|--------------------------------------------------------------------------
|
| Here you may change the name of the cookie used to identify a session
| instance by ID. The name specified here will get used every time a
| new session cookie is created by the framework for every driver.
|
*/
'cookie' => 'laravel_session',
);