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.133.2.58 -r1.133.2.59 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 15 May 2015 14:01:38 -0000 1.133.2.58 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 15 Jun 2015 13:05:43 -0000 1.133.2.59 @@ -2068,7 +2068,7 @@ append cookie "; Secure" } - if { $scriptable == "t" } { + if { $scriptable == "f" } { # Prevent access to this cookie via JavaScript append cookie "; HttpOnly" }