Using WebSocket Notifications to Evict the Session Info Cache

When WebSocket notifications are enabled, IG receives notifications whenever a user logs out of AM, or when an AM session is modified, closed, or times out.

The following procedure gives an example of how to change the configuration in "Authenticating With SSO" and "Authenticating With CDSSO" to evict entries related to the event from the cache. For information about WebSocket notifications, see "WebSocket Notifications".

Evict Entries From the Session Info Cache

Before you start, set up and test the example in "Authenticating With SSO" or "Authenticating With CDSSO".

  • In the AmService heap object of your route, enable sessionCache:

    "sessionCache": {
      "enabled": true
    }
Read a different version of :