From 260b3c93df72265ee1b152576edc3aecd5f73764 Mon Sep 17 00:00:00 2001 From: Isern Palaus Date: Thu, 16 May 2013 16:23:52 +0200 Subject: [PATCH] Removed the unused setting 'session.payload'. Signed-off-by: Isern Palaus --- app/config/session.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/config/session.php b/app/config/session.php index 1623330c342..e11e98cd0e1 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -122,17 +122,4 @@ 'domain' => null, - /* - |-------------------------------------------------------------------------- - | Session Payload Cookie Name - |-------------------------------------------------------------------------- - | - | When using the "cookie" session driver, you may configure the name of - | the cookie used as the session "payload". This cookie actually has - | the encrypted session data stored within it for the application. - | - */ - - 'payload' => 'laravel_payload', - );