Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Sessions.py File Reference

This file defines a class which can be used to manage sessions, such as those undertaken with a remote user over HTTP. More...

Classes

class  Plugins.Session.Sessions.ASession
 This is the base class for a session instance. More...
 

Variables

dictionary Plugins.Session.Sessions.ssEvents
 The events generated by a session. More...
 
tuple Plugins.Session.Sessions.ssErrorRetrievingItem
 The error message used when an attempt is made to retrieve a non-existent item from a binary tree. More...
 

Detailed Description

This file defines a class which can be used to manage sessions, such as those undertaken with a remote user over HTTP.