resetSession static method

void resetSession()

Reset session counters (call when app starts)

Implementation

static void resetSession() {
  _sessionAdCount = 0;
}