WebSession.RequestData

From Xojo Documentation

Method

WebSession.RequestData(Key as String)

Supported for all project types and targets.

Requests the Key/Value pair saved via the SaveData method. The data is returned via the DataReceived event.

See Also

SaveData, RemoveData methods and the DataReceived event.