Question
Redirect after login
I have :
<cfif #SESSION.usrlogin# neq "true">
<a href="login.cfm">login</a>
<cfelse>
Page Content
</cfif>
I'd like the cflocation in the login action page to be generic enough to resuse sitewide so the user, upon logging in from here, is redirected to the page they were trying to view.
Thanks,
Bob
<cfif #SESSION.usrlogin# neq "true">
<a href="login.cfm">login</a>
<cfelse>
Page Content
</cfif>
I'd like the cflocation in the login action page to be generic enough to resuse sitewide so the user, upon logging in from here, is redirected to the page they were trying to view.
Thanks,
Bob
