summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2006-11-11 00:38:02 +0000
committerAllan Saddi <allan@saddi.com>2006-11-11 00:38:02 +0000
commitc7de6f6e43d9d1747eb470f7aa83c73fbbec0f65 (patch)
tree5acf874c70f6b1423f98dc1d4bcba162a2ecb08b /ChangeLog
parenta172719f946a2e2680a34aca68b3cbfd8c2fcafd (diff)
downloadflup-c7de6f6e43d9d1747eb470f7aa83c73fbbec0f65.tar.gz
Add cookieAttributes to SessionService to make it easier
to customize the generated cookie's attributes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd8d84..8aa2705 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-10 Allan Saddi <asaddi@europa.saddi.net>
+
+ * Add cookieAttributes to SessionService to make it easier
+ to customize the generated cookie's attributes.
+
2006-08-28 Allan Saddi <asaddi@sahara.flup.org>
* Add support for FastCGI roles other than FCGI_RESPONDER.