What it does
Checks if a session with the specified ID exists.Definition
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 |
