How to save and remember user login page in Apex 20?
❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish Kapoor
In Oracle Apex, there is an item P9999_REMEMBER created by default on the login page. And has a process code as below:
So if your page is not having this item, you can create an item P9999_REMEMBER and then create a process and add the above code. It will then function as required.
Jorge.criv
works fine, thanks for your help