From 939b0ce9bac208e413b9d579def782abb9319021 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 4 Feb 2022 09:34:38 -0600 Subject: [PATCH] remove session key --- config/session.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/config/session.php b/config/session.php index bc79e9de..8fed97c0 100644 --- a/config/session.php +++ b/config/session.php @@ -48,21 +48,6 @@ '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