diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 08:31:03 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-01-17 08:31:03 +0100 |
commit | 563885b0a62bd4c4251f4df6a81f3e05493f5be1 (patch) | |
tree | 0c64d7fc10dd5992f8df709d04e1af560a57000b /user_guide/libraries/sessions.html | |
parent | 33d4b6aac7f33d6cddfa5fb39c5701ecc9cfa80b (diff) |
fixed an incorrectly labelled config key example
Diffstat (limited to 'user_guide/libraries/sessions.html')
-rw-r--r-- | user_guide/libraries/sessions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 11313b51a..c93c7614c 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -123,7 +123,7 @@ and encrypting the data automatically.</p> <p>Note: Session cookies are only updated every five minutes by default to reduce processor load. If you repeatedly reload a page you'll notice that the "last activity" time only updates if five minutes or more has passed since the last time -the cookie was written. This time is configurable by changing the $config['time_to_update'] line in your system/config/config.php file.</p> +the cookie was written. This time is configurable by changing the $config['sess_time_to_update'] line in your system/config/config.php file.</p> <h2>Retrieving Session Data</h2> |