I have a page called leaveslip.html. This page will be emailed to different people in our agency for approvals. When they receive the email, if they are not logged in to our website, they are directed to our log in page which is login.cfm. How do I redirect the user back to leaveslip.html after they have logged in?
I found one thread that suggested setting a variable equal to #cgi.script_name#?#cgi.query_string# but I can't get that to work for me.
I found one thread that suggested setting a variable equal to #cgi.script_name#?#cgi.query_string# but I can't get that to work for me.