diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-09-24 00:42:23 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-09-24 00:42:23 +0200 |
commit | 4585159f8b39e58b22fa409a1e33e404cfe33777 (patch) | |
tree | bf7ec3347290930dcb3f11025a578ccce0aaa61a /user_guide/changelog.html | |
parent | 57f9f39ca6edd4c9cea0f68b86da0ec7a9098f0b (diff) |
Fixed a bug in the Session class when database sessions are used where upon session update all userdata would be errantly written to the session cookie.
Also rewrote a bit of the cookie handling code to be a bit more efficient and understandable
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9cae52f6a..bad3d089e 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,6 +103,7 @@ SVN Revision: XXXX</p> <li>Fixed a bug in the Email library with quoted-printable encoding improperly encoding space and tab characters.</li>
<li>Modified XSS sanitization to no longer add semicolons after &[single letter], such as in M&M's, B&B, etc.</li>
<li>Modified XSS sanitization to no longer strip XHTML image tags of closing slashes.</li>
+ <li>Fixed a bug in the Session class when database sessions are used where upon session update all userdata would be errantly written to the session cookie.</li>
</ul>
<h2>Version 1.6.3</h2>
|