Ft.Server.Server.Http.Session

Modules

Cookie  sys  time   

Classes

__init__(self)
create(self, sid)
getSessionId(self, args, headers, logger)
updateHeaders(self, repo, headers, logger)

Data and other non-method functions defined here:

COOKIE_HEADER = 'Set-Cookie'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
SESSION_KEY = 'sessionId'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__doc__ = None
__module__ = 'Ft.Server.Server.Http.Session'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class Session
__init__(self)
create(self, sid)
getSessionId(self, args, headers)
updateBody(self, repo, body)
updateHeaders(self, repo, headers, logger)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Http.Session'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

Create(sid, method, logger=None)
Retrieve(args, headers, sessionType, logger=None)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Http/Session.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.Http.Session'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
g_sessionFactory = {'Cookie': <class Ft.Server.Server.Http.Session.CookieSession>}