On Apr 27, 2004, at 10:16 PM, [EMAIL PROTECTED] wrote:

> If I take the code from the Application page off, put it into another
>  page, delete my Application page, then run the normal page (hopefully
> that makes
>  sense) it works COMPLETELY FINE. I've read everything I can and can
> find no
>  help, I've been over the examples in the books, and tried everything
> I can think
>  of. So, I beseech you, members of House of Fusion, to help me.

I haven't actually tried running the code, but the problem may be that
you are submitting your form to the Application.cfm file, which isn't
necessary.  Application.cfm is executed prior to any other page being
executed on every request, so you really should be submitting the login
form to the page that you actually want the user to go to after he has
authenticated (in this case).  In other words, try setting the action
of the form to something like welcome.cfm, with welcome.cfm being the
first page "inside" your application.

Christian
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to