Validity of an Agile SDK session
Hello All,
If I create an Agile session with SDK API using IAgileSession session = AgileSessionFactory.createSessionEx(params), and do not close it explicitly by invoking session.close(), then for how many days it will remain open before timing out, provided I do not shut down my weblogic server in the meantime for once. Is there any config file from where this parameter is controlled except the Corporate Users' Web Client timeout settings in Systems Preference page of Java Client?
We access the web client through a SSO Proxy which redirects to a load balancer which in turn hits specific managed servers in a weblogic cluster.