Interface n.i.ISession(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.guard.GuardSession, nevow.testutil.FakeSession

A web session

You can locate a Session object to represent a unique web session using ctx.locate(ISession). This default session implementation uses cookies to store a session identifier in the user's browser.

TODO: Need better docs; what's a session and why and how do you use it
Line # Kind Name Docs
API Documentation for Nevow, generated by pydoctor.