redisSessionManager

Version

Syntax

redisSessionManager:
connector: <string>
cookiePrefix: <string>
domain: <string>
expiresAfterSeconds: <number>
httpOnly: <boolean>
issuer: <string>
sameSite: <string>
secure: <boolean>
sessionCookie: <boolean>
ttlExpiryRefreshOnAccess: <boolean>
redisSessionManager:
  connector: <string>
  cookiePrefix: <string>
  domain: <string>
  expiresAfterSeconds: <number>
  httpOnly: <boolean>
  issuer: <string>
  sameSite: <string>
  secure: <boolean>
  sessionCookie: <boolean>
  ttlExpiryRefreshOnAccess: <boolean>

Attributes

NameRequiredDefaultDescriptionExamples
connectorfalse---
cookiePrefixfalserandomly chosen 8-character long string.--
domainfalse---
expiresAfterSecondsfalse---
httpOnlyfalse---
issuerfalse---
sameSitefalse---
securefalsefalseforces secure cookie attribute even when no ssl context is present (e.g. TLS termination in front of membrane)-
sessionCookiefalsefalseif true removes the expire part of a set cookie header and thus makes it a session cookie-
ttlExpiryRefreshOnAccessfalsetruecontrols if the expiry refreshes to expiresAfterSeconds on access (true) or if it should not refresh (false)-

Can be used in