Configure in-memory journey sessions
Follow these steps to store journey sessions in AM’s memory:
-
Make sure you have configured AM for sticky load balancing.
-
In the AM admin UI, go to Realms > Realm Name > Authentication > Settings > Trees.
-
From the Authentication session state management scheme drop-down list, select
In-Memory
. -
In the Max duration (minutes) field, enter the maximum life of the journey session in minutes.
You can also set the maximum duration in a tree or at the node level. Learn more in Maximum duration.
-
Save your changes.
-
Go to Configure > Authentication > Core > Security.
-
In the Organization Authentication Signing Secret field, enter a base64-encoded HMAC secret that AM uses to sign the JWT that is passed back and forth between the client and AM during the authentication process. The secret must be, at least, 128-bits in length.
-
Save your changes.