Question
IsUserLoggedIn returns "NO" after cfloginuser
I'm using the IsUserLoggedIn() function for some basic logic
like this
<cfif isUserLoggedIn() >
<!--- display the logout link --->
</cfif>
But it does not seem to return yes even after successfully logging in a user with the cflogin tag. I know this works
but i don't understand what i'm doing wrong. Anybody have any idea how I can troubleshoot this?
<cfif isUserLoggedIn() >
<!--- display the logout link --->
</cfif>
But it does not seem to return yes even after successfully logging in a user with the cflogin tag. I know this works
but i don't understand what i'm doing wrong. Anybody have any idea how I can troubleshoot this?
