Question
Cookies different for http://mysite vs. http://www.mysite
My site stores users login info in cookies and I noticed that they values stored can be different for http://mysite vs. http://www.mysite. More specifically, I login with two test accounts then logout (storing the username in a cookie) and then I output the username to the screen. The cookie value is different for http://mysite vs. http://www.mysite even though I followed the same login/logout process on each.
??
