SESSION_STORE
Stores data in a temporary key store. This is useful for storing expiring data such as access tokens. The data can be stored up to a maximum of one week.
Properties
Key Namespace
sessionstore_namespace
When saving data to the session this field identifies the stored data to enable it to be referenced upon retrieval.
Key Timeout
sessionstore_ttl
The time used for the expiration of the data stored in the session. The maximum time allowed to store session data is one week. Enter a number followed by a letter to define the time.
For example "1d" would expire the data stored in the session one day from the time it was inserted.
The valid time definitions are:
- "ms" = microseconds
- "s" = seconds
- "m" = minutes
- "h" = hours
- "d" = days
- "w" = weeks
sessionstore_ttl_secs
The read-only representation of the value supplied in sessionstore_ttl. This value is in seconds.
fields
A set of records that are used to define process data keys that are to be included when executing various actions.