Skip to content

Commit 939b0ce

Browse files
committed
remove session key
1 parent 8819ee7 commit 939b0ce

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

config/session.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,6 @@
4848

4949
'encrypt' => false,
5050

51-
/*
52-
|--------------------------------------------------------------------------
53-
| Session Serialization
54-
|--------------------------------------------------------------------------
55-
|
56-
| The session serialization strategy determines how the array of session
57-
| data will get serialized into a string for storage. Typically, JSON
58-
| serialization will be fine unless PHP objects are in the session.
59-
|
60-
| Supported: "json", "php"
61-
|
62-
*/
63-
64-
'serialization' => 'json',
65-
6651
/*
6752
|--------------------------------------------------------------------------
6853
| Session File Location

0 commit comments

Comments
 (0)