remove session key
This commit is contained in:
parent
8819ee7097
commit
939b0ce9ba
|
@ -48,21 +48,6 @@
|
||||||
|
|
||||||
'encrypt' => false,
|
'encrypt' => false,
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Session Serialization
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| The session serialization strategy determines how the array of session
|
|
||||||
| data will get serialized into a string for storage. Typically, JSON
|
|
||||||
| serialization will be fine unless PHP objects are in the session.
|
|
||||||
|
|
|
||||||
| Supported: "json", "php"
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
'serialization' => 'json',
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Session File Location
|
| Session File Location
|
||||||
|
|
Loading…
Reference in New Issue