TS 6.5
Sol 8
Taken from the UI guide
To configure the ContentCenter GUIs to issue non-persistent session cookies, so that users
will be automatically logged out from TeamSite whenever they close their browsers, edit
application_custom.xml:
<applications>
<param id="iw.common.authentication.cookie_lifetime" value="0">
</param>
</applications>
No other values, besides 0 and infinite, can be specified (1). This behavior can not be
overridden at the application level(2).
1) Does this mean we cannot specify how long before an idle session should end?
2) Does this suggest there is another "level" where this can be configured?.. Any pointers?
Thanks.
John Cuiuli