Mark Tuma wrote:
Hi,

I have a fairly simple set of php scripts which use session variables to pass information from one page to the next in an online booking system for an event. In most cases these work fine, but users with a couple of ISPs are consistently unable to use the system, as the session variables seem to get lost along the way. The troublesome ISPs are AOL and BTOpenworld.

Does anyone have any experiences that could shed light on this for me?

Thanks,
Mark


Could be a simple as they are hosting from a server farm and the session data is stored locally on one machine A and then they are shot over to machine B. That machine B would not then have the session data from machine A. Might look into doing DB session storage if that is the case.

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

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

Reply via email to