Please can anyone help me with a doubt.
I upgrade my environment from Mdk8.1 / Apache 1.xyz / Php 4.0.6 to Mkd9 / Apache 1.3.26 / Php 4.2.2
On the previous (4.0.6) the things (session) went well. Over all pages of my intra-site session_start existed and I had access the variables through $HTTP_ * very well (including $HTTP_SESSION ones).
On the new environment things don't work more.
I saw some reports about modifications (register_globals=off), but for the time being I am wanting the things to work. My application is an intranet-application and my php.ini is configured like the prevous (4.0.6, i.eg. register_globals=on), but the things are not working.
I saw 2 strange things :
1) On the transition over 2 simple (php) pages (both with start_session() function at the top), I saw 2 sess_.... files in the /tmp/ dir. One empty and another with my vars !!!! :eek:
But the page 2 has no variable to get (to access / registered).
2) If the transition (redirection) is made by a <a href...> html tag, the variables are there (on the page 2) !!! But if is made by header() function or echo("<META..." ) function, the things go badly.
Can anyone help me with this ?
Thanks in advance,
Marcos Nobre.