WebSessionContext.Constructor(identifier As String)
From Xojo Documentation
Constructor
Creates a WebSessionContext from the WebSession.Identifier passed.
Notes
Use this method to avoid storing references to the actual WebSession because doing that will cause a memory leak should the object storing the reference never go out of scope.