Session Manager
Session Manager
Section titled “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
Section titled “Functions”createSession()
Section titled “createSession()”Creates A Session
checkForGameSession ()
Section titled “checkForGameSession ()”This functions returns true or false depending on if there is a game session active.
destroySession (sessionID)
Section titled “destroySession (sessionID)”It takes the parameter:
sessionID
: Session ID you wish to destroy
This function deletes the session.