I just converted a secure section of my site to fusebox from cookies and
don't know why it's not working with NS.

SYMPTOM: You can login, but when you try to do anything else, the
SESSION.LoginToken variable is checked (in app_secure.cfm), and you get sent
back to the login page because the variable is apparently 0 instead of 1.
The site works like a champ in IE.

CODE:
<!--- check to determine if user has logged in --->
<CFPARAM NAME="SESSION.LoginToken" DEFAULT="0">

<CFIF SESSION.LoginToken EQ 0>
        <CFLOCATION URL="#dir_my_acct#/index.cfm?fuseaction=home">
</CFIF>

THEORY: Does NS not accept SESSION variables? Do I need to use CLIENT
variables?

Thanks much for your help. I'm trying to learn FuseBox, and recognize it's
value.

Steve Kelley
[EMAIL PROTECTED]
www.hollywoodpaws.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to