WebSEAL session cache structure

The WebSEAL session cache can be represented as an internal table where WebSEAL stores information about all sessions established by authenticated users. The session key, stored with the client, is a locator index to the associated session data stored in the WebSEAL session cache.

Figure 1. WebSEAL session cache
WebSEAL session cache

Each user session is represented by an entry in the cache table.

Each cache entry contains the following types of information:

The user credential is an encoded opaque data structure representing the authenticated user. The credential contents can include:

Parent topic: Session state overview

Related concepts