Hi everyone,
I have an application that allows to notify my users for the processing of the forlders, by receiving an email with a link that redirects to the specific folder to be processed.
My questions is:
- First of all, to make it work, must the user be connected first to be redirected to the right folder to process? if yes, how can i get the current session_id of connected user (is it from &APP_SESSION.) ?
- If the user is not connected, when he clicks on the link found in the email received, he will be redirected to the authentication page, later how could I redirect him without going through the homepage, to go directly to the folder to be treated ?
NB: Version of apex production 5.1.0
Thank you in advance for help.