Controls the Secure attribute on the authentication session cookie.
- auto: Sets Secure based on HTTPS protocol.
- true: Always sets Secure (Use behind a reverse proxy that terminates HTTPS).
- false: Never sets Secure (Not recommended).
Declarations
Type
one of "auto", "true", "false"Default
"auto"