Ken Ferguson wrote:

> So, just for giggles change the following:
>
> <cfparam name="session.allowin" default=0>
> AND
> <cfset session.allowin = "True"> to <cfset session.allowin = 1>
> AND
> <cfif session.allowin neq "true"> to <cfif not session.allowin>

After really pulling my hair out on this - it seems to be related back
to the old problem of setting cookies or session variables on the same
page with a cflocation.

I moved my processing code to the top of the index page that the
security is protecting - thusly eliminating any type of redirect or
cflocation is the login is successful. It works.

I thought setting cookies/sessions was no longer an issue in MX?

Gonna run some test and see what the heck happens here..

--
Les Mizzell
-------------------------------------------------------
A vanta as márë órelyar! Nai eleni siluvar antalyannar!
-------------------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to