Thanks again for all of the helpful info. I've got a couple of reasons
I'd like to run by you why I think this is what is happening to me.
Here's a quote from the aforementioned doc:
"If a users roles are changed between logins and your logins are before
the session times out then CF won't run the body of CFLOGIN so you can't
look up the new roles for the user."
So here's what I did. If you recall from an earlier post, I was first
logging out the user, then clearing the session:
<cflogout>
<cfset structClear(session)>
However, if I reversed these two tags, changed the LoginStorage back to
session, then the login functionality worked. Re-reverse the tags and it
doesn't.
If this is the case though, I would expect that there would be a lot
more people running into this while testing with different users/roles.
In any event, I appreciate your assistance.
Sincerely,
Andrew
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

