Retrieve current session status and expiration time
true if a valid session cookie with a decryptable token is present, false otherwisehasSession is trueexpiresAt timestamp is calculated using:
sessionIssuedAt: Timestamp when the session cookie was created (stored in encrypted cookie payload)sessionMaxAge: 300 seconds (5 minutes)crocante_sessiontrue (JavaScript cannot access)true in production (HTTPS only)Strict (CSRF protection)/ (available site-wide)issuedAt, not last access