Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Session-timeout on web.xml

RichardvanMaarenSep 28 2021 — edited Sep 28 2021

Strange situation, for an ADF application we set the session-timeout in the session-config on the web.xml for example at 30 minutes Initially this is working fine but after sometime we see strange things happening.
As an example as user has been working, log's out or in some situation the session expired , log in again after sometime and after two minutes his session is expiring which should not happen.
Mostly this is solved by clearing the cache in the browser so it probably has to do something with the cookie's.
Anybody any thoughts on this one ?
Used weblogic/jdeveloper 12.2.1.4 but we did see this also on 12.2.1.3
Best regards,
Richard

Comments
Post Details
Added on Sep 28 2021
3 comments
590 views