I'm pretty sure you CAN do this. 

<cfcookie name="myCookie" value="myValue" expires="NEVER"
domain=".macromedia.com; .allaire.com; .cflib.org"> 

Mark 

-----Original Message-----
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 17, 2001 11:27 PM
To: CF-Talk
Subject: Re: cookies, Is this possible?


Cookies can be read and set only within their own domain. So you can't
read a product2.com cookie on the product1.com website.

> I have a client with multiple domains www.product1.com
www.product2.com
> www.product3.com.
>
> To gain acces to certain information on these sites a user would need
to log
> in. I was thinking of the user signing up and then setting a cookie on
their
> machine to allow them access to the other sites, with out having to
log in
> again each time.  Down the track the sites will be hosted on the same
server
> so this may be helpful in some way.
>  Is this possible does some one have any ideas on how this may work..
>
> thanks
>
> trent
>
> 

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to