I am trying to setup a login system.  The goals of it are to (1) log the 
user in, (2) set a cookie using <CFCOOKIE> , and (3) maintain the users 
focus and send them back to where they were using the <CF_RETURNFUSEACTION> 
tag.  The problem is that my login action page logs the user, attempts and 
fails to set the cookie and then redirects the user.

The <CF_RETURNFUSEACTION> uses the <CFLOCATION> tag to redirect the user 
and after much research I have come to find that <CFCOOKIE> does not work 
in conjunction with <CFLOCATION>.

The only thing I can think of is to abandon <CF_RETURNFUSEACTION> and use 
an HTML refresh, but that is messy and would never be adopted by fusebox.

Suggestions?  Comments?  Question?  Jokes?

-Steve


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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