generateSessionID function

int generateSessionID()

Implementation

int generateSessionID() {
  return Random().nextInt(_idMax);
}