I have a page that logs out users from our web app. I'd like to return the user to the last page they were on after loging out. This would be the page before the logout page. How can I get the previous page url and pass it as a value. So, I can redirect the user back to that page.
For Instance...
They were on this page website.com/about_chips.as
px..
Then went to here... website.com/logout.aspx
Now I want them to be redirect back to website.com/about_chips.as
px (or whatever the previous page was)
Start Free Trial