was hard coded to Super User. It all revolved around a problem with some
code which was within a CFLOGIN that was always running, even when someone
was logged in. I'm using
<CFIF Not Len(GetAuthUser())>
to see if someone is logged in or not now and it's working perfectly. I'm
definitely going to have to write a paper on all this.
> Maybe it's a caching issue for you? Running this code returns false:
>
> <cflogin>
> <cfloginuser name="ray" password="foo" roles="Enzyme Super">
> </cflogin>
>
> <cfif isUserInRole("Super User")>
> yes
> <cfelse>
> no
> </cfif>
> <p>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

