hasActiveSession static method

bool hasActiveSession()

Implementation

static bool hasActiveSession() {
  return getCurrentSessionStart() != -1;
}