
October 11th, 2012, 05:29 PM
|
 |
Code Monkey V. 0.9
|
|
Join Date: Mar 2005
Location: A Land Down Under
|
|
|
It's pretty easy really. The URL's 'mysite.com' and 'www.mysite.com' are not the same domain. They can be thanks to the way that most modern web servers are set up and most people think that they are interchangable, but they are not. As a normal thing, anything that's 'www.' is a sub-domain of 'mydomain.com'.
What this means is that they are considered to be separate. Your web server looks at sessions for the single domain, and won't "transfer" these settings to the other domain, because in reality they are not the same.
|