Index: openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml,v diff -u -r1.7.16.1 -r1.7.16.2 --- openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml 5 Oct 2019 13:43:47 -0000 1.7.16.1 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/security-design.xml 2 Jul 2020 08:39:25 -0000 1.7.16.2 @@ -410,8 +410,8 @@ The users table is updated by sec_update_user_session_info which is called -when an existing session is assigned a non-zero user_id, or when a session is -created with a non-zero user_id. +when an existing session is assigned a nonzero user_id, or when a session is +created with a nonzero user_id. @@ -455,7 +455,7 @@ these values are used to dynamically generate a procedure that returns a constant. This approach avoids (relatively) expensive calls to ad_parameter in sec_handler. The impact of this -approach is that these parameters cannot be dynamically changed at runtime +approach is that these parameters cannot be dynamically changed at run time and require a server restart.