They're in separate directories as well:
/home/httpd/www/bob/www
/home/httpd/www/joe/www
/home/httpd/www/shut_up_hippy/www/dick_nixon
I want to create a cookie that is readable by all of those domains, or in the least create 3 cookies at once.
I have a silly solution where, upon creation of the cookie in one domain I forward them off to the next to create the cookie in that domain, etc. so that I end up creating 3 cookies by bouncing the user from site-to-site. This seems like a time consuming and stupid way of doing it. Is there an easier / better way?
Bookmarks