From 4355a334f754fff68093e0c17d0bfc43cc6ecd7e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 8 Feb 2013 09:31:43 -0600 Subject: [PATCH] update session config. --- app/config/session.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index 188c8c7c..3ba07f17 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -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', + +); \ No newline at end of file