
March 30th, 2011, 10:13 PM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
|
Not sure then. If it works on production then there must be something going on with your localhost system that is killing the form variables or redirecting you to the action page at some point where the form variables aren't being posted.
You could also add a cfif block at the top of the action page that checks for the form variables, and if they aren't defined, redirect them back to the login page to try and ensure that the form variables are posted.
|