Session Store | 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
namespace

When saving data to the session this field identifies the stored data to enable it to be referenced upon retrieval.

Key Timeout
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:

ttl_secs

The read-only representation of the value supplied in sessionstore_ttl. This value is in seconds.

Fields
fields

A set of records that are used to define process data keys that are to be included when executing various actions.

Field Key
fields[].key

Where to find or set the data in the process data. Uses dot notation conventions.

Value ${}
fields[].value

The value to set in the process data. Accepts template syntax.