> <cfcookie name = "MetaverseID" value =
>  "0" expires = "Never" 
> domain=".MetaverseLARP.com">
>
> When I run that code on another site, 
> then go to MetaverseLARP.com, it 
> doesn't accept the cookie. It's like it 
> doesn't exist.
>
> Doesn't domain allow for servers to share
> cookies? What am I missing here?

The DOMAIN attribute of CFCOOKIE lets you set cookies that can be sent to any 
other server in the same domain; by default, cookies are host-specific. It 
doesn't let you set cookies for one domain from another domain. Cookies can't 
ever be set for one domain from another.

Dave Watts, CTO, Fig Leaf Software 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307033
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to