We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a249c commit d43dcb1Copy full SHA for d43dcb1
config/session.php
@@ -48,6 +48,21 @@
48
49
'encrypt' => false,
50
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
66
/*
67
|--------------------------------------------------------------------------
68
| Session File Location
0 commit comments