What are the consequences of disabling the "Validation Period" on a Realm configured for a persistent session?
According to the documentation (1), when disabling the Validation Period, the Web Agent will always try to validate the session from its cache and it will only call Policy Server if the session is not available in its cache.
On one hand, this should result in fewer calls to Policy Server and Session Store. On the other hand, this might lead to the fact that the Web Agent still validates the session, even if the session doesn't exist anymore in the Session Store.