Package flumotion :: Package component :: Package common :: Package streamer :: Module fragmentedresource :: Class Session
[hide private]

Class Session

source code

twisted.web.server.Session --+
                             |
                            Session

Instance Methods [hide private]
 
_init_(self, site, uid) source code
 
startCheckingExpiration(self)
Start expiration tracking.
source code
 
notifyOnExpire(self, callback)
Call this callback when the session expires or logs out.
source code
 
expire(self)
Expire/logout of the session.
source code
 
touch(self)
Notify session modification.
source code
Class Variables [hide private]
  sessionTimeout = 900
  _expireCall = None
hash(x)
Method Details [hide private]

startCheckingExpiration(self)

source code 

Start expiration tracking.

Returns:
None