GetWebSessionData (open)
Get session data from an active session, extending its lifetime if necessary
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
RECORD FUNCTION GetWebSessionData(STRING sessid, STRING scope)Parameters
STRING sessidSession ID to open
STRING scopeScope for session (must be unique for each CreateWebSession usage so users can't try to get other GetWebSessionData readers to use their calls)
Return value
RECORDThe data last stored with CreateWebSession or StoreWebSessionData or a non-existing record if the session doesn't exist