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 |
12.04.2024 18:16:01