Dont know if that would work, but if you dont mind relying on javascript,
something like this will work.

<cfcookie name="test" value="1">

<script>
self.location='myPage.cfm';
</script>

The cooke will get set fine...

jon
----- Original Message -----
From: "Willy Ray" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 2:08 PM
Subject: Send Cookie in custom tag?


> I know I can't use CFCOOKIE above CFLOCATION on a template, but what if I
had a custom tag that dropped a cookie above a CFLOCATION?  Like this:
>
> <cf_cookiedropper>
>
> <cflocation url="mypath">
>
> Would the cookie go?
>
> Willy
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to