From 5ee08a93db03cb98a5c25c0a75dd5c9bd4de1847 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Sun, 18 Mar 2012 22:00:09 -0500 Subject: [PATCH] Partial revert of a981cf2b4906f821b72c2ca1b0f3a2f5268b034e. Put "lifetime" back into auth config, apparantly ORM uses it for something completely unrelated --- config/auth.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/auth.php b/config/auth.php index f868e30..ef712eb 100644 --- a/config/auth.php +++ b/config/auth.php @@ -5,6 +5,7 @@ 'driver' => 'file', 'hash_method' => 'sha256', 'hash_key' => NULL, + 'lifetime' => 1209600, 'session_type' => Session::$default, 'session_key' => 'auth_user',