For a customer if have the requirements that:
A user gets logged out after 4 hours
An inactive user gets logged out 15 min
For removing the inactive user I have set EnableKeepAlive to false , the SessionTimeout to 15 min and ClusterManagerActionInterval to half of 15 min. However, I am at a loss on how to get users timed out based on the age of their session. Since i do not want persistent sessions I cannot delete them in a SE. Any ideas would be very welcome