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.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 13 Mar 2002 22:50:53 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 25 Jun 2002 01:16:04 -0000 1.10 @@ -321,14 +321,14 @@ module name } { - @param session_id controls which session is used - Looks up a property for a session. If $cache is true, will use the cached value if available. If $cache_only is true, will never incur a database hit (i.e., will only return a value if cached). If the property is secure, we must be on a validated session over SSL. + @param session_id controls which session is used + } { if { [empty_string_p $session_id] } { set id [ad_conn session_id] @@ -368,9 +368,6 @@ module name value } { - @param session_id controls which session is used - @param clob tells us to use a large object to store the value - Sets a client (session-level) property. If $persistent is true, the new value will be written through to the database. If $deferred is true, the database write will be delayed until @@ -379,6 +376,9 @@ the property will not be retrievable except via a validated, secure (HTTPS) connection. + @param session_id controls which session is used + @param clob tells us to use a large object to store the value + } { if { $secure != "f" && ![ad_secure_conn_p] } {