diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-22 00:02:37 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-22 00:02:37 +0200 |
commit | 866b8138c5f51b0ca544dd8a91c265d9200acab8 (patch) | |
tree | 066404f0978996c59d9cc43ce5fa7f54c57b3703 /user_guide/libraries/sessions.html | |
parent | 6b397a8bf28d2bf01b43ae393f853a853410cd57 (diff) |
doc clarifications, example fixes, grammar.
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 a3ca58808..69cc6ba59 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 my 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['time_to_update'] line in your system/config/config.php file.</p>
<h2>Retrieving Session Data</h2>
|