WebApplication.SessionAtIndex
From Xojo Documentation
![]() |
This item was removed in version 2020r1. Please use SessionAt as a replacement. |
Method
![]() |
This method is only available for Web applications. |
WebApplication.SessionAtIndex(Index As Integer) As WebSession
New in 2011r1
Supported for all project types and targets.
New in 2011r1
Supported for all project types and targets.
The WebSession referred to by the passed Index. Index is zero-based.
Sample Code
This code in a Button on a page will display a Message Box on the current page for all connected Sessions:
See Also
WebApplication.SessionCount, WebApplication.SessionForControl, WebApplication.SessionForControlID, WebApplication.SessionWithIdentifier