added cookie option to session configuration.

This commit is contained in:
Taylor Otwell
2011-11-01 20:53:48 -05:00
parent 8df52df894
commit ca2c988274
3 changed files with 13 additions and 9 deletions

View File

@@ -69,6 +69,17 @@ return array(
'expire_on_close' => false,
/*
|--------------------------------------------------------------------------
| Session Cookie Name
|--------------------------------------------------------------------------
|
| The name that should be given to the session cookie.
|
*/
'cookie' => 'laravel_session',
/*
|--------------------------------------------------------------------------
| Session Cookie Path