I did check my query, and it's working, though I had to put in the loop to trim the results, as I 'm getting spaces appended by ValueList. I took out the piece checking for the definition of cflogin, same problem. I think my assumption on cflogin was correct - nothing in there runs if the cflogin
structure exists. I don't know if cfloginuser will work on its own - I guess I could just elminate cflogin and see if that works.

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 13, 2003 8:13 AM
To: CF-Talk
Subject: RE: cflogin/cflogout

In generla, the login code looks correctly (btw, you really don't need
all those locks) - one question for you - what happens if you do NOT
check for isdefined('cflogin') and instead check form.whatever, whatever
being the form fields you are using (I'm assuming j_username and
j_password). You would also need to change the use of cflogin.name to
form.whatever. In the past, I've seen issues w/ caching of the cflogin
scope, so I stay away from it.

Also, I'd add debug messages. You say your roles don't change, but are
you sure it's not your query returning the wrong results?

  _____  


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

Reply via email to