Skip to content

Commit 71cb787

Browse files
committed
Merge pull request laravel#1999 from ipalaus/fix/session-payload
Removed the unused setting 'session.payload'.
2 parents 8709c6c + 260b3c9 commit 71cb787

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/config/session.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,4 @@
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-
138125
);

0 commit comments

Comments
 (0)