Peter -

Yow, that's pretty strange.  I cut-and-pasted your code, and I'm 
consistently getting a NO/YES combination.

What information can I give you that might help?  I'm running Win2k Pro ... 
using the default Access databases, created the sc1/UserDirectory 
combination from Spectra by hand (the spectra installer was failing) .... 
this is a *clean* install of beta3; I uninstalled all previous versions 
first, maybe that's it?

Tell me if there's any info you want ... contact me offline if you think 
that's better.

-- David

At 12:40 PM 4/3/2001 Tuesday, you wrote:
>David and Spike,
>
>I am not able to recreate the authentication issue.
>Here is the code I'm running.
>
><cfset authenticated = isAuthenticated('sc1')>
><cfoutput>authenticated:#authenticated#</cfoutput><br>
>
><cfauthenticate
>    securitycontext="sc1"
>    username="admin"
>    password="admin">
>
><cfset authenticated = isAuthenticated('sc1')>
><cfoutput>authenticated:#authenticated#</cfoutput>
>
>
>1st run it shows:
>authenticated:NO
>authenticated:YES
>
>2nd run and subsequent runs:
>authenticated:YES
>authenticated:YES
>
>
>You can try out the Flush mechanism in the CF 5.0 admin to clear this out
>and start fresh.  The authentication cache is always on, so even if you
>delete the cookie the user will still authenticate until you flush the cache
>from the admin.
>
>Let me know what you guys are seeing....
>
>- peter


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to