class documentation
A simple volatile (non-persistent) session store for session3.
Method | __init__ |
Create the dictionary. |
Method | delete |
Delete the session in the dictionary. |
Method | has |
Return true if the session exists in the dictionary, else false. |
Method | load |
Return the session if it exists, else return 'default'. |
Method | save |
Save the session in the dictionary.. |
Class Variable | is |
Undocumented |
Class Variable | is |
Undocumented |
Instance Variable | sessions |
Undocumented |