Help! I have made no changes to my site recently but sessions suddenly stopped working. Here's what I found:
In the root folder I am initiating a session based on a login. Then I do a redirect using header('location:xyz/index.php') and the session variables are lost to index.php. If I move the same index.php code to the root its fine.
It's not a practical solution to move all my code to the root as there are many folders in this very complex application. And it just happened suddenly. Perhaps my host did some subtle upgrade?
HELP! Any ideas??
In the root folder I am initiating a session based on a login. Then I do a redirect using header('location:xyz/index.php') and the session variables are lost to index.php. If I move the same index.php code to the root its fine.
It's not a practical solution to move all my code to the root as there are many folders in this very complex application. And it just happened suddenly. Perhaps my host did some subtle upgrade?
HELP! Any ideas??