On Tuesday 21 January 2003 17:59, Tim Thorburn wrote: > Yes, the examples from the manual do work on the server using PHP 4.2.2 - > however they do not work on the server using PHP 4.1.2. > > I've been using this same script for many sites with PHP versions 4.0.6 > thru 4.2.2 with no problems until now which leads me to believe that I must > attempt to change a PHP setting through .htaccess since it is hosted on a > shared server. > > I've tried the example from the manual on several other sites - works > everywhere but on this problem server.
It's time to see some code :) Does sessions work at all for the other people on your shared server? Ask your host whether anybody else has complained. > PHP 4.1.2 (doesn't work) > '--enable-mm=shared' Would this have anything to do with it? Apparently there could be problems with storing sessions in mm: http://marc.theaimsgroup.com/?l=php-general&m=104311365417871&w=2 Check in php.ini whether sessions are file based or using mm. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Goals... Plans... they're fantasies, they're part of a dream world... -- Wally Shawn */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php