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.

- I have re-deployed the application.
- I changed the parameters in the WebLogic.


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