EngineToolsSession Manager

Session Manager

This toolset has functions that allow for the creation and management of game sessions. Sessions are used to keep track of how many se

Functions

createSession()

Creates A Session

checkForGameSession ()

This functions returns true or false depending on if there is a game session active.

destroySession (sessionID)

It takes the parameter:

  • sessionID: Session ID you wish to destroy

This function deletes the session.