Bryan Stevenson wrote:

> The issue may be that getuser.priority is equal to "HIGH" or "High" and
> not "high" but I can't tell without seeing it for myself ;-) (same goes
> for username)
>
> you should really make this entire condition case insensitive like so:
> <CFIF UCase(session.username) EQ UCase(getuser.username) AND
> UCase(getuser.priority) is "HIGH">

<cfset session.username='hiGh'>
<cfif session.username is 'high'>true<cfelse>false</cfif>

Since when is it case sensitive ?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to