What I mean when I say Hit or Miss is that it sometimes works and other times it doesn't. We don't see any problems when a customer is on a wired connection. Sometimes a user on a wireless connection works fine, others it doesn't. My assumption at this point is that we are having problems when the customers wireless connection isn't very strong.
It's kind of a complicated thing to describe, but here is the main questions I'm having.
near the start of my application I start the session with the start_session() function.
At what point does the session id get placed on the user's machine as a cookie? Does this happen when the session is started, or at the time I assign a variable to the session?
Is it possible that when my application is sending the session id to the client machine that it gets lost during transmission? If so, would that cause the client to appear not to have a session setup for the request, causing it to dump them back to the beginning?
Thanks,
David