Home | Trees | Index | Help |
|
---|
Package lemon :: Package session :: Package drivers :: Module db :: Class DB |
|
Base
--+
|
DB
The main session class for database storage of sessions. See the information in lemon.session.start() for details of how to use it. The class should not be called directly becuase error-checking occurs in lemon.session.start().
Method Summary | |
---|---|
Initialise the class with the parameters as specified in the lemon.session.start() function. | |
Inherited from Base | |
Allows the use of a dictionary-style interface to the session class. | |
Allows the use of a dictionary-style interface to the session class. | |
Allows the use of a dictionary-style interface to the session class. | |
| |
Deprecated. | |
Find out if a session was automatically created and hence whether this was the first visit. | |
Public method to remove a session variable. | |
End a session and remove the session cookie. | |
Public method to retrieve a session variable. | |
Get the value of one of the params specified in lemon.session.start()... | |
Allow a user to use the previously reserved variable name 'key'. | |
Prevent a user using the variable name 'key'. | |
Public method to set a session variable. | |
Deprecated. |
Method Details |
---|
__init__(self,
app,
expires,
sessionID,
cookie,
seed,
cleanup,
database,
table)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:58 2003 | http://epydoc.sf.net |