WebApplication.SessionWithIdentifier

From Xojo Documentation

Method

WebApplication.SessionWithIdentifier(Identifier As String) As WebSession

New in 2011r1

Supported for all project types and targets.

The WebSession referred to by the passed Identifier. A session identifier can be obtained from WebSession.Identifier.

Notes

Starting with 2015r4, Sessions are not disconnected when changing networks. This means that IP addresses are no longer associated with Sessions.

See Also

WebApplication.SessionAtIndex, WebApplication.SessionCount, WebApplication.SessionForControl, WebApplication.SessionForControlID, WebSession.Identifier