Browse Source

Merge pull request #1999 from ipalaus/fix/session-payload

Removed the unused setting 'session.payload'.
Taylor Otwell 11 years ago
parent
commit
71cb787346
1 changed files with 0 additions and 13 deletions
  1. 0 13
      app/config/session.php

+ 0 - 13
app/config/session.php

@@ -122,17 +122,4 @@ return array(
 
 	'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',
-
 );