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.137 -r1.138 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 12 Jun 2015 21:04:57 -0000 1.137 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 15 Jun 2015 13:03:32 -0000 1.138 @@ -2090,7 +2090,7 @@ append cookie "; Secure" } - if { $scriptable == "t" } { + if { $scriptable == "f" } { # Prevent access to this cookie via JavaScript append cookie "; HttpOnly" }