Skip to main content

What it does

Checks if a session with the specified ID exists.

Definition

bool IsSessionExists( int sessionId );

Parameters

NameTypeDescription
sessionIDintThe ID of the session

Returned value

TypeDescription
boolA flag which shows whether a session with the specified ID exists or not