• Chris McDonough's avatar
    Browser Id Manager is no longer __replaceable__ = UNIQUE, meaning · 4ba39f69
    Chris McDonough authored
    that other things named browser_id_manager can be created in subfolders.
    
    Wrap transient data objects only in session data manager upon return.
    Previously, they had been wrapped also in session data container.
    
    Took out clever traversal error logging code in fear that it would
    bloat the ZODB.
    
    Added SessionDataManagerErr and BrowserIdManagerErr to API docs and
    made them importable within a PythonScript.
    
    Extended test suite with request-autopopulate tests.
    4ba39f69
SessionInterfaces.py 8.71 KB