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 sessid

Session ID to open

STRING scope

Scope 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

RECORD

The data last stored with CreateWebSession or StoreWebSessionData or a non-existing record if the session doesn't exist