Skip to content

Commit 4355a33

Browse files
committed
update session config.
1 parent 5d409fe commit 4355a33

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

app/config/session.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,17 @@
8383

8484
'lottery' => array(2, 100),
8585

86-
);
86+
/*
87+
|--------------------------------------------------------------------------
88+
| Session Cookie Name
89+
|--------------------------------------------------------------------------
90+
|
91+
| Here you may change the name of the cookie used to identify a session
92+
| instance by ID. The name specified here will get used every time a
93+
| new session cookie is created by the framework for every driver.
94+
|
95+
*/
96+
97+
'cookie' => 'laravel_session',
98+
99+
);

0 commit comments

Comments
 (0)