Index: openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 26 Feb 2018 19:07:07 -0000 1.1 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs-naviserver.tcl 25 Apr 2018 08:46:13 -0000 1.2 @@ -130,17 +130,16 @@ without the replace option being specified, the client will receive both copies of the cookie. - @param discard instructs the user agent to discard the - cookie when when the user agent terminates. + @param discard instructs the user agent to discard the cookie when + the user agent terminates. - @param scriptable If the scriptable option is false or not - given the cookie is unavailable to javascript on the - client. This can prevent cross site scripting attacks (XSS) on - clients which support the HttpOnly option. Set -scriptable to - true if you need to access the cookie via javascript. For - compatibility reasons with earlier versions, OpenACS 5.8 has - the default set to "true". OpenACS 5.9 will have the flag per - default set to "false". + @param scriptable If the scriptable option is false or not given + the cookie is unavailable to javascript on the client. This can + prevent cross site scripting attacks (XSS) on clients which + support the HttpOnly option. Set -scriptable to true if you need + to access the cookie via javascript. For compatibility reasons + with earlier versions, OpenACS 5.8 has the default set to + "true". OpenACS 5.9 will have the flag per default set to "false". @param value is autmatically URL encoded.