I’ve just registered a domain for my site and have noticed that it sets different cookies depending on whether you have www in front of the url or not
ie I can be logged on as two different users in the same browser, the one logged into www.mysite.com and the other into mysite.com
I had a look around and most sites seem to automatically put a www in front even if you type site.com into the address bar.
So i just put a little function at the top of the page to check whether a www is present in the address and if not then redirect accordingly. Is this normal or do i have a problem somewhere along the line?