I know that it uses cookie if I specify it in php.ini.
But, I am porting over to sessions because I want to stop using cookies, and instead send the session id in the url.
(About 2- 4% of my users don't support cookies)
Sessions doesn't always use cookies. The problem arose when I turned of the session cookie.
Now, when I am using cookies, I am not transparently inserting the sessid's.
So,it's back to the original problem. Why on earth won't php insert the session id's into all of my url's all the time???!? 🙁