Add the session activity timestamp

WebSEAL calculates the session activity timestamp by adding together the following three values:

The timestamp value in this example is 13:50.

Edit the WebSEAL configuration file and add the following entry:

[failover-add-attributes]
session-activity-timestamp = add
The attribute cannot be set by wildcard matching. The exact entry session-activity-timestamp must be entered. When we set failover-update-cookie to a number greater than zero, ensure that you also set session-activity-timestamp = add. If we do not set session-activity-timestamp = add, WebSEAL decodes the failover cookie on each user access. This repetitive action could adversely affect performance.

Parent topic: Failover authentication configuration