Revert "Some login and session updates."

This reverts commit 74231f552a.
This commit is contained in:
James Cole
2015-07-14 22:45:14 +02:00
parent 74231f552a
commit 546f1d9c50
3 changed files with 5 additions and 88 deletions

View File

@@ -16,7 +16,7 @@ return [
|
*/
'driver' => env('SESSION_DRIVER', 'database'),
'driver' => env('SESSION_DRIVER', 'file'),
/*
|--------------------------------------------------------------------------
@@ -44,7 +44,7 @@ return [
|
*/
'encrypt' => true,
'encrypt' => false,
/*
|--------------------------------------------------------------------------
@@ -70,7 +70,7 @@ return [
|
*/
'connection' => env('DB_CONNECTION', 'mysql'),
'connection' => null,
/*
|--------------------------------------------------------------------------
@@ -109,7 +109,7 @@ return [
|
*/
'cookie' => 'firefly_session',
'cookie' => 'laravel_session',
/*
|--------------------------------------------------------------------------