CacheSession provides method for saving sessions into a Cache engine. Used with Session
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string read(string sessionId) | ||||
this(Json[string] | this(Json[string] initData = null) | ||||
bool | bool destroy(string aid) | ||||
bool | bool open(string sessionPath, string sessionName) | ||||
bool | bool close() | ||||
bool | bool write(string sessionId, string dataToSave) | ||||
int | int gc(int maxlifetime) |