I`m trying to track sessions using session cookies only (trans_sid disabled) and i can´t get session_start() to send the cookie. The result is that a new session is created by every new page i open. This same aplication runs with no errors over Apache 1.3.x in a Linux System and with no changes in PHP sources.
I`m sure that no HTML output is made before the session_start() call and i don´t understand why i can´t get the session cookie sent.
Help needed.
Thanks.
Miguel.