StoreWebSessionData (open)
Store data into a session
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
MACRO StoreWebSessionData(STRING sessid, STRING scope, RECORD sessdata)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)
RECORD sessdataData to store