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.189.2.172 -r1.189.2.173 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 26 Feb 2024 11:09:06 -0000 1.189.2.172 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Apr 2024 08:28:21 -0000 1.189.2.173 @@ -882,7 +882,7 @@ } { set max_age "" set user_binding 0 - set secret [ns_config "ns/server/[ns_info server]/acs" parametersecret ""] + set secret [ns_config "ns/server/[ns_info server]/acs" parameterSecret ""] foreach {key val} [ns_set array [ns_parsequery $params]] { switch -- $key { max_age -