Commit 831e183f authored by Chris McDonough's avatar Chris McDonough

Added verbiage for ZSESSION_TIMEOUT_MINS and changed other sessioning-related entries.

parent 8075ac22
...@@ -196,19 +196,20 @@ Session related ...@@ -196,19 +196,20 @@ Session related
ZSESSION_ADD_NOTIFY ZSESSION_ADD_NOTIFY
If this is set, it is the full path name in Zope of a callable An optional full Zope path name of a callable object to be set as
object to be set in the addNotificationTarget of the transient_container the "script to call on object addition" of the session_data
which is created in temp_folder at startup. The default is transient object container created in temp_folder at startup.
/session_add. If the name does not exist, no entry will be placed
in the addNotificationTarget of transient_container.
ZSESSION_DEL_NOTIFY ZSESSION_DEL_NOTIFY
If this is set, it is the full path name in Zope of a callable An optional full Zope path name of a callable object to be set as
object to be set in the delNotificationTarget of the transient_container the "script to call on object deletion" of the session_data
which is created in temp_folder at startup. The default is transient object container created in temp_folder at startup.
/session_del. If the name does not exist, no entry will be placed
in the delNotificationTarget of transient_container. ZSESSION_TIMEOUT_MINS
The number of minutes to be used as the "data object timeout" of the
"/temp_folder/session_data" transient object container.
Esoteric Esoteric
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment