Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.47 -r1.48 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 7 Jun 2008 20:28:58 -0000 1.47 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 9 Aug 2008 21:21:31 -0000 1.48 @@ -285,7 +285,7 @@ ad_proc -public sec_change_user_auth_token { user_id } { - Change the user's auth_token, which invalidates all existing login cookies. + Change the user's auth_token, which invalidates all existing login cookies, ie. forces user logout at the server. } { set auth_token [ad_generate_random_string]