Skip to main content
Participating Frequently
February 25, 2009
Question

Login, No Login Issue

  • February 25, 2009
  • 1 reply
  • 302 views
I built a login form in DW/CS4 to authenticate against a MySQL database. We are running Apache and UNIX. My test environment is WindowsXP. The login form works successfully in my test environment.

For about 24 hours the login form worked as expected on/against the UNIX server. Then for some reason, it stopped working as expected. This means instead of going to the page indicated in server behavior on the form, it just goes back to the login in form. I have check server behaviors on the form and they have not changed. Suggestions? Thanks.
    This topic has been closed for replies.

    1 reply

    balewis1Author
    Participating Frequently
    February 26, 2009
    I thought I would post my own solution just in case someone else might experience the same. It is most likely I inadvertantly posted an out of date Application.cfc or login.cfm file that referenced a data source no longer in use. Once these files and the datasource were reconciled, all went well. Such a "simple" thing that took a good day to resolve.