Skip to content

Commit

Permalink
Partial revert of a981cf2. Put "lifetime" back into auth config, appa…
Browse files Browse the repository at this point in the history
…rantly ORM uses it for something completely unrelated
  • Loading branch information
Woody Gilk committed Mar 19, 2012
1 parent a981cf2 commit 5ee08a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'driver' => 'file',
'hash_method' => 'sha256',
'hash_key' => NULL,
'lifetime' => 1209600,
'session_type' => Session::$default,
'session_key' => 'auth_user',

Expand Down

0 comments on commit 5ee08a9

Please sign in to comment.