summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-06-22 13:50:48 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-06-22 13:50:48 +0200
commit806b82448ddccece1311228519dc1410dacd0971 (patch)
tree522f27e4ca43fbd5a5f5751fbc1bd9084eaa157c /user_guide/libraries
parent3f671dd869d6c1b011d562a565647dc9729e0a2a (diff)
completed doc change for user_agent length increase
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/sessions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html
index bb8f1fc9b..2154a773b 100644
--- a/user_guide/libraries/sessions.html
+++ b/user_guide/libraries/sessions.html
@@ -105,7 +105,7 @@ even add your own data to a user's session, but the process of reading, writing,
<ul>
<li>The user's unique Session ID (this is a statistically random string with very strong entropy, hashed with MD5 for portability, and regenerated (by default) every five minutes)</li>
<li>The user's IP Address</li>
-<li>The user's User Agent data (the first 50 characters of the browser data string)</li>
+<li>The user's User Agent data (the first 120 characters of the browser data string)</li>
<li>The "last activity" time stamp.</li>
</ul>