CheckSessionHealth Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CheckSessionHealth() method checks for the session and creates it if it does not exist.
'Declaration
Public Sub CheckSessionHealth( _
ByVal clientType As ClientTypes _
)
public void CheckSessionHealth(
ClientTypes clientType
)
Parameters
- clientType
- Client type of the which the session needs to be created.