BasicDataServer

Direct interface to the basic data add-on server. You can typically use Cgi.getSessionObject as a more convenient interface.

Members

Functions

createSession
void createSession(string sessionId, int lifetime)
destroySession
void destroySession(string sessionId)
getSessionData
string getSessionData(string sessionId, string dataKey)
renameSession
void renameSession(string oldSessionId, string newSessionId)
renewSession
void renewSession(string sessionId, int lifetime)
setSessionData
void setSessionData(string sessionId, string dataKey, string dataValue)

Static functions

connection
BasicDataServerConnection connection()
Suggestion Box / Bug Report