I began building a php webpage on my computer running IIS7 with FastCGI/PHP 5.3. I completed several components that make sure of the $_SESSION variable. Once I uploaded it to my server (running apache with FastCGI/PHP 5.2.17) the $_SESSION variable would become empty as soon as I clicked on a link. Interestingly, my other php site on the same server do not have this problem. However, there is one clear distinction. My other php sites have all php files in one folder. The site in question spreads them through-out nested folders.
My other sites:
root/
index.php
fileA.php
fileB.php
This site:
root/
index.php
folderA/
fileA.php
folderB/
fileB.php
Currently, only index.php executes [tt]session_start();[/tt]. Adding it to the other php files doesn't seem to help. I'm assuming that the issue might be a configuration issue, but being Thanksgiving weekend, my host support is not quick to respond. Any idea I may not be considering?
-Geates
NOTE: dew.cilverphox.com. The Array() in the upper left corner is the $_SESSION var. Click on the DEW banner to reload the configuration page and populate the $_SESSION var.
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer
My other sites:
root/
index.php
fileA.php
fileB.php
This site:
root/
index.php
folderA/
fileA.php
folderB/
fileB.php
Currently, only index.php executes [tt]session_start();[/tt]. Adding it to the other php files doesn't seem to help. I'm assuming that the issue might be a configuration issue, but being Thanksgiving weekend, my host support is not quick to respond. Any idea I may not be considering?
-Geates
NOTE: dew.cilverphox.com. The Array() in the upper left corner is the $_SESSION var. Click on the DEW banner to reload the configuration page and populate the $_SESSION var.
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer