Is there a way to set up a cookie on one domain and read it from another
domain? I have 2 servers, one is unix and the other is cf. I need to
secure the cf server by only allowing access to it if a cookie has been set
by the linux server, only im having problems reading the cookie on the cf
side. The linux servers domain would be content.beachin.net while the cf
server is files.beachin.net
right now im trying to meta set the cookie on the unix server
(content.beachin.net)
<META HTTP-EQUIV="Set-Cookie" Content= "beachfile=10";
domain=".beachin.net">
and check its existence on the cf server (files.beachin.net) with
<cfif isdefined("cookie.beachfile")>
blah blah blah
</cfif>
Am i doing something wrong? Or should i be doing this another way?
Thanks,
Emmet McGovern
Systems Admin
Byte Size Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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