WebSessionContext.Constructor(identifier As String)

From Xojo Documentation

Constructor

WebSessionContext.Constructor(identifier As String)

New in 2020r1

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.