"Matthew Sims" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > No, this is exactly what I wanted to know. But it would contradict > > everything I experienced with sessions until now - and it does. I just > > tested your code (with session_start() also at the top of page2). It does > > not work because there is absolutely no relation between page1 and page2 > > with your code. In this case a new session is being started on page two. > > > > You have got to pass the session id from one page to another (when not > > using > > a cookie) otherwise it won't work and rightly so. > > Ah, you are so correct. My apologies. Without cookies turned on then the > session id is different with each page. Bleh. > > Okay...so...ignore all that I said. :) > > So I guess $_GET is the only option...that sucks. > > Sorry dude.
Hi Matthew, there's no reason to apaologize. I would have loved to see a non-cookie solution with transparent session id use. Regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php