Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.17 -r1.17.2.1 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 11 Dec 2003 21:39:57 -0000 1.17 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 25 Mar 2004 13:53:54 -0000 1.17.2.1 @@ -564,7 +564,7 @@ switch $expire_state { persistent { - append cookie ";expires=Fri, 01-Jan-2020 01:00:00 GMT" + append cookie ";expires=Wed, 01-Jan-2020 01:00:00 GMT" } "" - @@ -590,7 +590,7 @@ } set cookie "$name=expired; path=/; domain=$domain;" - append cookie "expires=Fri, 01-Jan-1980 01:00:00 GMT" + append cookie "expires=Tue, 01-Jan-1980 01:00:00 GMT" ns_set put [ns_conn outputheaders] "Set-Cookie" $cookie }