Interface n.i.IGuardSession(ISession):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.guard.GuardSession

A web session base interface Needed for guard to do its dirty job

guard: SessionWrapper object

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
249 Method portalLogout Logout from portal port

Inherited from ISession 0:

Line # Kind Name Docs
219 Method setLifetime Set the approximate lifetime of this session, in seconds.
231 Method notifyOnExpire Call this callback when the session expires or logs out.
235 Method expire Expire/logout of the session.
239 Method touch Refresh the session

Inherited from IComponentized (via ISession 0):

Line # Kind Name Docs
157 Method setComponent Add a component to me for the indicated interface.
162 Method addComponent Add a component to me, for all appropriate interfaces.
179 Method getComponent Create or retrieve an adapter for the given interface.
196 Method unsetComponent Remove my component specified by the given interface class.
199 Method removeComponent Remove the given component from me entirely, for all interfaces for which
Line # Kind Name Docs
162 Method addComponent Add a component to me, for all appropriate interfaces.
235 Method expire Expire/logout of the session.
179 Method getComponent Create or retrieve an adapter for the given interface.
231 Method notifyOnExpire Call this callback when the session expires or logs out.
249 Method portalLogout Logout from portal port
199 Method removeComponent Remove the given component from me entirely, for all interfaces for which
157 Method setComponent Add a component to me for the indicated interface.
219 Method setLifetime Set the approximate lifetime of this session, in seconds.
239 Method touch Refresh the session
196 Method unsetComponent Remove my component specified by the given interface class.
def portalLogout(port): (source)
Logout from portal port
API Documentation for Nevow, generated by pydoctor.