summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-06-22 13:51:10 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-06-22 13:51:10 +0200
commit2ca826b0888096d3ab252cb642975dcc1e57ceab (patch)
tree4d70ed3788395b52ebd4df689c1247545d21cef6
parentf8288849f782e30dc310ca946a577cc664157106 (diff)
completed doc change for user_agent length increase
-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>