On 22 July 2004 07:50, Five wrote: > > Sounds like an old bug in PHP. What version are you using? > > I've been trying to get it to work at: > http://members.lycos.co.uk/primeooze/info.php
According to this phpinfo(), that site has session.use_cookies=On and session.use_trans_sid=Off. This means that the simple Blue/Green test that has been bandied about here won't work for anyone who is not accepting cookies. Hence, John Holmes's question "Are you sure you're accepting the cookie? How are you sure?" is extremely relevant. > I also have ( apache/php 4.3.4/mysql ) installed on my > computer and I get much more satisfactory results on it. Does that installation have session.use_trans_sid=On? If so, another of John's questions is relevant: "If you see an SID in the URL when navigating the pages, does it stay the same between pages or change?" Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Headingley Campus, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php