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

This file defines a class which can be used to manage sessions which are stored in a data source. More...

Classes

class  Plugins.Session.DataSessions.ASessionError
 Represents an error that can occur during a session. More...
 
class  Plugins.Session.DataSessions.ADataSession
 A session (such as an HTTP session), for which the information is stored in a data source, such as a database. More...
 

Variables

string Plugins.Session.DataSessions.dsItemsDelimiter = "|"
 The delimiter used when serializing data session meta information.
 
tuple Plugins.Session.DataSessions.dsSessionUpdateError
 The error message used when failing to update session information in the data source. More...
 
string Plugins.Session.DataSessions.dsSessionLoadError = "failed to load session \"{}\" because: {}"
 The error message used when failing to retrieve session information from the data source.
 
string Plugins.Session.DataSessions.dsSessionCreateError = "failed to create session \"{}\" because: {}"
 The error message used when failing to create session information in the data source.
 
string Plugins.Session.DataSessions.dsQueryCreateError = "the data operation could not be constructed"
 

Detailed Description

This file defines a class which can be used to manage sessions which are stored in a data source.