[Zope-CVS] CVS: Products/Sessions/help - browser-add.stx:1.3 browser-change.stx:1.2 session-add.stx:1.3 session-change.stx:1.2
Matthew T. Kromer
matt@zope.com
Thu, 8 Nov 2001 10:40:49 -0500
Update of /cvs-repository/Products/Sessions/help
In directory cvs.zope.org:/tmp/cvs-serv15461/help
Modified Files:
browser-add.stx browser-change.stx session-add.stx
session-change.stx
Log Message:
Update SessionDataManager to use a request session name vs the fixed 'SESSION',
remove 'on' button from browser ID manager.
=== Products/Sessions/help/browser-add.stx 1.2 => 1.3 ===
You can manage a browser id manager by visiting it in the
- management interface. In addition to adjusting the settings you
- chose at add-time, you can additionally turn a browser id
- manager "off" via this management interface, which will cause
- session data managers to ignore it when attempting to acquire a
- browser id manager. Session data managers will instead acquire
- a browser id manager nearer the root of the ZODB.
+ management interface.
Instantiating Multiple Browser Id Managers (Optional)
=== Products/Sessions/help/browser-change.stx 1.1 => 1.2 ===
Form options available are:
- browser id mgr on -- check to activate this Browser Id Manager,
- uncheck to disable it.
-
title -- the browser id manager title.
session token key -- the cookie name and/or form variable name
=== Products/Sessions/help/session-add.stx 1.2 => 1.3 ===
/temp_folder/transient_container in a default Zope installation.
- automatic SESSION placement in REQUEST object --
- check this option to have a SESSION object automatically
- inserted into the REQUEST object, corresponding to the
- current browser's session.
+ place SESSION in REQUEST as --
+ If set, the REQUEST variable will be updated with the session
+ object, stored as the given name (default is 'SESSION')
After reviewing and changing these options, click the "Add"
button to instantiate a session data manager.
=== Products/Sessions/help/session-change.stx 1.1 => 1.2 ===
/temp_folder/transient_container in a default Zope installation.
- automatic SESSION placement in REQUEST object --
- check this option to have a SESSION object automatically
- inserted into the REQUEST object, corresponding to the
- current browser's session.
+ place SESSION in REQUEST as --
+ If set, the REQUEST variable will be updated with the session
+ object, stored as the given name (default is 'SESSION')
After reviewing and changing these options, click the "Change"
button to change the session data manager.