WebFile.Session
From Xojo Documentation
Property (As WebSession )
aWebFile.Session = newWebSessionValue
or
WebSessionValue = aWebFile.Session
New in 2010r5
Supported for all project types and targets.
or
WebSessionValue = aWebFile.Session
New in 2010r5
Supported for all project types and targets.
Session defaults to Nil. By assigning a session to the WebFile, that file will only be accessible from that session.
Notes
Only specify the Session if you need to restrict files in this manner. Maintaining separate files for each session will use up more memory.