Commit 4355a334 authored by Taylor Otwell's avatar Taylor Otwell

update session config.

parent 5d409fe0
......@@ -83,4 +83,17 @@ return array(
'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',
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment