Given example below - please elaborate on how you expect the timeout for a web app to behave
given the configuration below exists in both files (web.xml and weblogic.xml). Please elaborate -
appreciate the detail. Thanks.
from web.xml (30 minutes)
<session-config>
<session-timeout>30</sessi
on-timeout
>
</session-config>
from weblogic.xml (60 minutes)
<session-param>
<param-name>TimeoutSecs</p
aram-name>
<param-value>3600</param-v
alue>
</session-param>
Start Free Trial