Re: [PHP] session loss

2006-01-31 Thread Ray Hauge
This behavior could happen if your team is using load-balancing on multiple T-1s instead of a bonded connection. That would cause them to use different IPs/connections, and would normally close the session. That's a remote possibility, but that actually happened to me on one of our projects.

Re: [PHP] session loss

2006-01-31 Thread Richard Correia
Which php version and platform? Thanks Rich On 2/1/06, Dave Goodchild <[EMAIL PROTECTED]> wrote: > > Hi all - does anyone know why, in certain cases, session variables are > lost > from the $_SESSION superglobal array? I am writing a session-driven app > and > for some reason the testing crew los

[PHP] session loss

2006-01-31 Thread Dave Goodchild
Hi all - does anyone know why, in certain cases, session variables are lost from the $_SESSION superglobal array? I am writing a session-driven app and for some reason the testing crew lose a certain variable while traversing forms but I cannot replicate the situation myself. Any knowledge of this