Hi experts,
I have a setting where client_session_timeout is 5 minutes (default). But under some circumstances (dont know what), unused sessions remain active for long period of time (say 8 hours) which causes max session exceeded.
I find that unused sessions are active by executing "list_sessions" query in which "last_used" time shows sessions are not been used for more than 8 hours. Please help me know why the sessions are not timed out after 5 minutes of inactivty.
Most of the sessions are establised by custom WDK application where i use session manager to establish and release sessions. Normally the sessions are getting timed out correclt (after 5 mins of inactivity). But suddenly the issue occurs. Please share your ideas on this.
Few details:
DCTM 6.5 (upgraded)
max session =400
client sess timeout =5
history cutoff =60