When I try to assign something to the session dictionary using beaker, I get the following error:
Traceback (most recent call last): rv = callback(*a, **
session_opts = { 'session.type': 'file', 'session.cookie_expires': 300, 'session.data_dir': './data', 'session.auto': True } myapp = SessionMiddleware(app, session_opts) run(app=myapp)