I save a cookie when somebody visits my site. Later (when the place
an order) I want to read the cookie (so I can pay a referral fee).
However, if they visit the site by entering www.mysite.com and return
to the site by entering mysite.com (without the www), I don't find my
cookie ('cause I saved it in username@www.mysite.com and am reading
from username@mysite.com). How can I avoid this "www" issue?
Thanks,
Steve