A Zope Session Data Manager is responsible for maintaining a relationship between session data objects and Zope browser ids. It is part of the Zope sessioning machinery. Programmers will sometimes interact with a session data manager in order to obtain information about session data.
You can place a session data manager in any Zope container,as long as a browser id manager object can be acquired from that container. The session data manager will use the first acquired object named "browser_id_manager" as a browser id manager.
Choose "Session Data Manager" within the container you wish to house the session data manager from the "Add" dropdown box in the Zope management interface.
SESSION
)After reviewing and changing these options, click the "Add" button to instantiate a session data manager.
You can manage a session data manager by visiting it in the management interface. You may change all options available during the add process by doing this.