Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.70.2.1 -r1.70.2.2 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 22 Mar 2004 02:46:03 -0000 1.70.2.1 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 25 Mar 2004 13:54:16 -0000 1.70.2.2 @@ -2351,14 +2351,14 @@ if { ![string equal $expire "t"] } { # netscape seemed unhappy with huge max-age, so we use # expires which seems to work on both netscape and IE - append cookie "; Expires=Fri, 01-Jan-2035 01:00:00 GMT" + append cookie "; Expires=Mon, 01-Jan-2035 01:00:00 GMT" } } elseif { $max_age != "" } { append cookie "; Max-Age=$max_age" } if { [string equal $expire "t"] } { - append cookie "; Expires=Fri, 01-Jan-1980 01:00:00 GMT" + append cookie "; Expires=Tue, 01-Jan-1980 01:00:00 GMT" } if { $domain != "" } {