Skip to content

Commit 0c0b68e

Browse files
committed
Added payload configuration option.
1 parent b8008ff commit 0c0b68e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

app/config/session.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,17 @@
122122

123123
'domain' => null,
124124

125+
/*
126+
|--------------------------------------------------------------------------
127+
| Session Payload Cookie Name
128+
|--------------------------------------------------------------------------
129+
|
130+
| When using the "cookie" session driver, you may configure the name of
131+
| the cookie used as the session "payload". This cookie actually has
132+
| the encrypted session data stored within it for the application.
133+
|
134+
*/
135+
136+
'payload' => 'laravel_payload',
137+
125138
);

0 commit comments

Comments
 (0)