how can something be done that does not expire the session in oracle apex? best regards.
Asked
Active
Viewed 130 times
2 Answers
3
You can make the changes in the Administration Workspace so the INTERNAL Workspace.
When logged in in your INTERNAL workspace :
- Manage Instance
- Security
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

ThomasT
- 336
- 4
- 25
-
thanks,but maximum session idle time cant be larger than 999999. – Mohammad Naghsh Nov 17 '21 at 11:03
2
You could try calling these with very large values:

Tony Andrews
- 129,880
- 21
- 220
- 259
-
thanks,but maximum session idle time cant be larger than 999999 – Mohammad Naghsh Nov 17 '21 at 11:04
-
-
999999 seconds is ~11 days. So is your requirement that the user can log in today, go away, then come back e.g. in 1 years time and they are still logged in? – Tony Andrews Nov 17 '21 at 11:47
-
-
I don't know a way. You can make the session lifetime indefinite, but as far as I'm aware you can't make max idle time indefinite, so the session will time out at some point. – Tony Andrews Nov 17 '21 at 11:59