StoreWebSessionData (open)

Store data into a session

Syntax

LOADLIB "mod::system/lib/webserver.whlib";

MACRO StoreWebSessionData(STRING sessid, STRING scope, RECORD sessdata)

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)

RECORD sessdata

Data to store