Ah, okay then. Just out of curiosity, is there a way to simply tell a script that the cookies don't exist?
I saw the HttpOnly flag, but FF (for one) won't support it until version 3.
Also, is a cookie's host (the "author" of the cookie or whatever) identified by only the domain name or does it use fully-qualified domain name or does it end up using IP addresses, does it keep track of ports, etc.? I'm mildly confused about how this all works, but is there no way to do it with, say, virtual hosting and subdomains or something? Just store the suspect files in a different document root? I don't care about actually doing it. I'm just wondering if there is a solution.
Thanks for the link, Moridin.