resetSession method

void resetSession()

Resets the session budget.

Implementation

void resetSession() {
  _sessionTokens = 0;
}