"Michael R. Wayne" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Sessions do not work properly for me.  Thanks to other people on
> this list, we've proven that the test script I am using works fine
> for other people.  So, something is wrong with PHP on all of my
> systems since the same script fails (see previous posts) on multiple
> servers for me.
>
> So, I am now seeking information on how to debug PHP (not my
> script but PHP itself) to determine where the failure lies.
>
> Help??
>
> /\/\ \/\/

Before you're diving into the PHP core, have you tried using a DB (MySQL) as
the container for your session data? You could easily set up a test script
with PEAR's DB and HTTP_Session. I'm using this configuration and my
provider just upgraded to 4.3.6 - no problems at all.

http://pear.php.net/package/DB
http://pear.php.net/package/HTTP_Session

Regards,

Torsten Roehr

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to