I have a page that redirects the user after they have successfully logged in. Everything was working great on my test server but when I uploaded it to launch the site the redirect after logging in stopped working.
- User enters info and hits submit
- Code logs in user
- Blank page is shown
- Refresh that page (without resubmitting form)
- User was successfully logged in.
So the page is going to the login script, they are being logged in but the cflocation is not redirecting on my IIS server but it was on Apache. There are no cfflush or cfdump tags found in the entire site.
Any ideas? Thanks!