DatabaseSession provides methods to be used with Session.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string read(string aId) | ||||
bool | bool destroy(string aId) | ||||
bool | bool open(string aPath, string sessionName) | ||||
this(Json[string] | this(Json[string] configData = null) | ||||
bool | bool close() | ||||
bool | bool write(string sessionId, string dataToSave) | ||||
void | void setTimeout(int timeoutDuration) | ||||
int | int gc(int maxlifetime) |