IsSessionExists
What it does
Checks if a session with the specified ID exists.
Definition
bool IsSessionExists( int sessionId );
Parameters
Name | Type | Description |
sessionID | int | The ID of the session |
Returned value
Type | Description |
bool | A flag which shows whether a session with the specified ID exists or not |
4/12/2024 6:16:02 PM