Session Timeout
Hi all,
My customer has set session timeout for his11.1.1.6
WCP portal page as below in web.xml and webcentre-config.xml files
web.xml
<session-config>
<session-timeout>
5
</session-timeout>
</session-config>
webcentre-config.xml
<mds:replace node="wcSessionTimeoutPeriod(xmlns(mds_ns1=http://xmlns.oracle.com/webcenter/webcenterapp))/mds_ns1:value"/>
<mds:insert after="wcSessionTimeoutPeriod(xmlns(mds_ns1=http://xmlns.oracle.com/webcenter/webcenterapp))/mds_ns1:type" parent="wcSessionTimeoutPeriod">
<value xmlns="http://xmlns.oracle.com/webcenter/webcenterapp">5</value>
</mds:insert>
But still session is on until 45 mins.
This seems to be BUG in WCP 11.1.1.6, it is an ADF BUG
Please see below
Session Time Out Does Not Expire the HTTP Session (