Hi,
I have written a shopping cart in PHP which uses quite a few sessions. We have had the site on a number of different hosts prior to the most recent and have never had problems with using start_session() and session_register(). As soon as the site moved to the new server there was a problem with the sessions.
It sets a session if you login becasue I can see it getting set on the server but for some users it sets it but does not recognise that the session has been set so there for it keeps setting new sessions but connot read them.
It seems to work with a normal dial-up account but if you are monitored through a proxy server that is when the problem seems to occur.
Has anyone experienced the same sort of problem and how did you overcome it? The server is unix using apache.
Thanks
Cam