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!

Change session time out - it does not work

areyesAug 7 2017 — edited Aug 8 2017

Hello,

I am developing an application in ADF using JDeveloper 11.1.1.3.

At the request of the client I must eliminate the session end time after an idle time, the application should never "expire". Or, failing that, increase the time to 8 hours.

By doing tests I changed the parameters to one minute and it does not work. The inactivity message is displayed at 60 minutes and I do not know what escapes me.

Steps taken:

- In Jdeveloper, web.xml file. I changed the time to 1 minute.

Imagen1.png

- I have re-deployed the application.

- I changed the parameters in the WebLogic.

Imagen2.png

Imagen3.png

After making these changes, I run the application and the idle message is displayed at 60 minutes, not at the minute. Somebody could help me?

Thanks in advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2017
Added on Aug 7 2017
2 comments
229 views