Another side effect of bug DE295896 is increased memory/resource leak for the policy server process
Leak results from using persistent session with many session variables, when user logs out the session the cleanup of the session with all the variables resulted in resource leak in the LDAP handle. The leak grew over time causing transaction time to increase as well as the memory foot print of policy server to grow.