Here is the deal:
I work on a project where my client has php set up as Windows CGI/FastCGI server API - (Windows 2000 machine I think), with php 4.3.1. <- if this is not enough data ask me and I'll try to find out more about this.
I have similar developing machine home (except, I have Apache 2 Handler server API) and my code works perfectly and on several different machines as well (mostly Linux). So, basically I figure my code works.
But it doesn't on this machine. I am trying to use session variables, but it refuses! When I try to use session variable I have set on previous page it will not transfer to the new one and the code on the new page will not see it.
What might be the problem here? My code has a session_start() on every page, and I even tried to set session.save_path to a new value although it is set correctly (as I can see with phpinfo()😉, but no go...
I am in trouble since I have to finish this project by the end of the week!
Please help!
P.S. Non-related issue - I have set a header() function to return me to the page with info variable set to contain a whole sentence, but it prints on receiving page only the first portion - first word...