Search code examples
javascriptsessionoracle-apexsession-cookiesapex

How to prevent ssesion from expiring in apex?


how can something be done that does not expire the session in oracle apex? best regards.


Solution

  • You can make the changes in the Administration Workspace so the INTERNAL Workspace.

    When logged in in your INTERNAL workspace :

    1. Manage Instance

    enter image description here

    1. Security

    enter image description here

    1. Under Session Timeout, you can set the desired number enter image description here

    I think that putting 0 on the first makes your session never expiring, you can check it by yourselves by lookgin at the help text, or checking the documentation


    These steps can also be done under the Shared Component menu on your applications.

    1. Shared Components > Security > Security Attributes > Session Management

    enter image description here