Configuration Reference
Version:4.8.1-SNAPSHOT
Micronaut Session Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Pattern the {@link HttpSessionFilter} should match. Default value "^.*$". |
|
boolean |
Enables {@link HttpSessionFilter}. Default value true |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
Sets the maximum number of active sessions. |
|
java.time.Duration |
Set the maximum inactive interval. Default value (30 minutes). |
|
boolean |
Set if prompt expiration is enabled. |
Property | Type | Description |
---|---|---|
|
boolean |
Default value (true). |
|
java.lang.String |
Default value ("SESSION"). |
|
java.lang.String |
The prefix to use when serializing session ID |
|
java.lang.String |
Default values ([{@value io.micronaut.http.HttpHeaders#AUTHORIZATION_INFO}, {@value io.micronaut.http.HttpHeaders#X_AUTH_TOKEN}]). |
|
java.lang.String |
The cookie path to use |
|
java.lang.String |
The domain name to use for the cookie |
|
java.lang.String |
Set the domain name to use for the cookie |
|
java.time.temporal.TemporalAmount |
Sets the maximum age of the cookie. |
|
boolean |
Default value (false). |
|
java.lang.Boolean |
Sets the secure status of the cookie. Delegates to http if not set. |
|
Determines if this this Cookie can be sent along cross-site requests. For more information, please look <a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05">here</a> |