]> granicus.if.org Git - apache/blobdiff - CHANGES
mod_session_cookie: Add a session implementation capable of storing
[apache] / CHANGES
diff --git a/CHANGES b/CHANGES
index 516cf225b658450af1690972cae45aed9fe519d5..9011e7e5668ea7dc47e607b3cb25cae677ef7e0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,15 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_session_cookie: Add a session implementation capable of storing
+     session information within cookies on the browser. Useful for high
+     volume sites where server bound sessions are too resource intensive.
+     [Graham Leggett]
+
+  *) mod_session: Add a generic session interface to unify the different
+     attempts at saving persistent sessions across requests.
+     [Graham Leggett]
+
   *) core, authn/z: Avoid calling access control hooks for internal requests
      with configurations which match those of initial request.  Revert to
      original behaviour (call access control hooks for internal requests