Table of contents Index
class AbstractSession - Abstract base class for different session types (master, or stacked)
Declared in module Session
Synopsis
class AbstractSession:
def Session.AbstractSession.destroy(self) # Destroys the session.
Description
Both MasterSession and StackedSession are derived from this class.
Session.AbstractSession.destroy(self)
Destroys the session.
Parameters:
-
self
- this instance
Notes:
We close filedescriptors here, in case no proxy
module can be started (because of policy violations,
or because the module cannot be found).
Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler