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 -N -r1.189.2.3 -r1.189.2.4 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 18 Feb 2019 13:13:16 -0000 1.189.2.3 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 19 Feb 2019 09:45:51 -0000 1.189.2.4 @@ -652,8 +652,10 @@ switch to export_vars, is a short-hand for specifying the :sign switch on every variable.

- For example, one can use now "user_id:sign(max_age=60)" in + For example, one can use "user_id:sign(max_age=60)" in export_vars to let the exported variable after 60 seconds. + Other potential arguments for sign are "user" or "csrf" to bind the signature to a user or + to the CSRF token. @@ -802,7 +804,7 @@ } if { $sign_p } { - set exp_flag($name:sign) 0 + set exp_flag($name:sign) "" } if { [llength $var_spec] > 1 } {