I had developed a PHP/MySQL driven task management site that worked perfectly on my old Win2KP machine running Apache, PHP and MySQL. I sucessfully moved the entire database and all .php files to a new i-bay on the SME server.
Just about everything seems to be running fine, except I can't seem to send cookies from the SME server.
The site requires the use of cookies to keep track of who's logged in. However, since moving it to the SME machine, the setcookie() command doesn't seem to work. I have tried a million things but to no avail.
I have changed my browser (IE 6.0) to notify me of all cookies, and I know this is working by testing with other sites. This is how I've determined that the SME machine simply isn't sending cookies; my browser doesn't alert me - and the data that should be in the cookie isn't available in web pages like it should be.
Has anyone else seen this problem? What am I missing? I know that my Win2KP machine and the SME6.0b machine use slightly different versions of PHP, but I've checked their site and the syntax for setcookie() hasn't changed between those versions.
Help?!?!