Ok well I'm working with sessions, I got a shaky grasp on what is going on. Everything is working fine, but I got this weird phenomenon. It only occurs like this: if the browser is closed, and then open it up for the first time (no other pages open), and then go to my site all links have PHPSESSID appended to them. Now I know what this is, but if I refresh the page it disappears off of all links. If I click on a link it disappears off all links. Happens on any browser. I know this is nothing to be alarmed with, but I want to know WHY, cause it does make links look nasty when first loaded.
Also, not pertaining to the problem, when I was reading a manual as I first journeyed into the world of sessions, this code was included:
$_GET['sid'] = SID;
Now nowhere was that used anywhere, so is it important? :bemused: