CFLocation Issue
Hello Community,
I have the following CFLocation that gets executed if the user's session has timed out:
<cfif variables.ryn EQ "N">
<cflocation addtoken="#application.addt#" url="#session.dlog#/login_pls.cfm/logrd/chkout">
<cfabort>
</cfif>
In my website I am also using ISAPI.
The page redirects the user to the login page but instead of showing the URL:
www.mysite.com/login_pls.cfm/logrd/chkout
It shows the page where it came from:
www.mysite.com/pageittimedouton
Now, I need the URL information "chkout" so I can send the user back to where he came from.
Any thoughts as of why this cflocation operation is not working?
Thanks!
