Update of /cvs-repository/Products/Sessions In directory cvs.zope.org:/tmp/cvs-serv2946 Modified Files: SessionDataManager.py Log Message: A few default name updates === Products/Sessions/SessionDataManager.py 1.2 => 1.3 === import traceback -BID_MGR_NAME = 'browser_id_mgr' +BID_MGR_NAME = 'browser_id_manager' bad_path_chars_in=re.compile('[^a-zA-Z0-9-_~\,\. \/]').search