[CMF-checkins] CVS: CMF - CHANGES.txt:1.165

Casey Duncan cvs-admin at zope.org
Fri Dec 5 17:16:43 EST 2003


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv9791

Modified Files:
	CHANGES.txt 
Log Message:
Add new "twiddleAuthCookie" hook to CookieCrumbler. This addtional hook allows a script to manipulate the auth cookie at each request. This can be used to extend the expiration of the cookie for instance.


=== CMF/CHANGES.txt 1.164 => 1.165 ===
--- CMF/CHANGES.txt:1.164	Mon Dec  1 04:11:17 2003
+++ CMF/CHANGES.txt	Fri Dec  5 17:16:12 2003
@@ -1,6 +1,14 @@
 CMF 1.5alpha (unreleased)
 
   New Features
+  
+    - Added new hook to CookieCrumbler "twiddleAuthCookie". The
+      twiddleAuthCookie skin script, if present is called on each request
+      where a cookie authentication token is present. It is passed the auth
+      cookie name and value so that it can perform such functions as
+      extending the expiration of the cookie. A twiddleAuthCookie script
+      along with a setAuthCookie script could create login sessions that
+      timeout after a period of inactivity for example.
 
     - Refactored ActionsTool and Action providers:
 




More information about the CMF-checkins mailing list