I think this is wrong:

<BS>
>Cookies cannot be read from a different domain than where they are set.

>This is a security precaution built into the cookie specification.
</BS>

Allaire's documentation for the CFCOOKIE tag says:
=============
DOMAIN
Specifies the domain for which the cookie is valid and to which the
cookie content can be sent. An explicitly specified domain must always
start with a dot. This can be a subdomain, in which case the valid
domains will be any domain names ending in this string.

For domain names ending in country codes (such as .jp, .us), the
subdomain specification must contain at least three periods, for
example, .mongo.stateu.us. In the case of special top level domains,
only two periods are needed, as in .allaire.com.

When specifying a PATH value, you must include a valid DOMAIN.

Separate multiple entries with a semicolon ( ; ).
==============

This would indicate that multiple domains, separated by semicolons, will
enable the cookie to be read at each domain specified.

Regards,

Karl Simanonok


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to