RedisHttpSession

Is there a way to tie a user session to a Redis session? I'm not looking for a full cache integration but just a serialized http session for users.

There was a question (https://community.appian.com/discussions/f/general/23774/does-appian-support-custom-setup) asked around integration in the same vein and a few notes on Redis in a 20.4 hotfix release notes but that's it.

A reverse proxy that supports Redis and SAML could probably get the job done, but I'm looking to see if there's alternatives available.

  Discussion posts and replies are publicly visible

Parents Reply
  • Almost. Our source for SAML authentication will only authenticate a user but does not provide a host for session. If the user has authenticated and attempts to re-authenticate with another application, the authentication source will have to be queried again (I think the x509 cert gets sent, but I'm not 100% on that).

    So without a place to store a session that distributed applications can access, each application will host their own session (inclusive of session state).

Children