> Does PHP have the problem of setting a cookie after a redirect?
My impression is that PHP cannot both write a cookie and then read it back
out in the same request.  I was having trouble with that where I would set a
session variable, then try to read it from the session by using
$HTTP_SESSION_VARS["blah"].  Of course, it wasn't in there yet cuz the
current request hadn't gotten that var into the @HTTP_SESSION_VARS yet...
My suspicion would be that same thing is happening with the cookie:  It can
send the request to the browser to write the cookie in one request, but it
has to wait until the next request to read it back out (if the browser
actually wrote the cookie... )

> btw, do you think we could write the <cf_returnfuseaction> in PHP?  I'd
> be happy to help out with that.  Craig can too.
That's a good one.  I'll look into that...

David Huyck
[EMAIL PROTECTED]

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