Checking if a session exists
doesSessionExist
function: API Reference
The SuperTokens.sessionPossiblyExists(getApplicationContext());
SuperTokens.sessionPossiblyExists(application);
- Returns a
boolean
- If
true
: There is an active session. - If
false
: There is no active session.