# HG changeset patch # User paulb # Date 1082825989 0 # Node ID 0915c78d37950a769e10ddbf7093c6b6bb5503ea # Parent e5a71822d5014ee8a2f001d693bf533b736a28bf [project @ 2004-04-24 16:59:49 by paulb] Updated documentation slightly for cookies. diff -r e5a71822d501 -r 0915c78d3795 README.txt --- a/README.txt Sun Apr 18 23:42:54 2004 +0000 +++ b/README.txt Sat Apr 24 16:59:49 2004 +0000 @@ -40,7 +40,8 @@ Cookie objects need defining strictly, especially since the standard library Cookie object behaves differently to mod_python (and possibly Webware) Cookie -objects. +objects. Moreover, the set_cookie_value method needs to provide access to the +usual cookie parameters as supported by the frameworks. Java Servlet API Notes ----------------------