Hi,
I am working on a php project and using session features.
Now, my main dir is www. I had registered session variable 'test' in www/index.php using session_register() function. For rest of the other files in the same folder am able to access the session variable 'test'.
Now the problem is, am not able to access the same session var
in any files with in subfolders of main dir www.
The above problem start causing on online server having configuration as mentioned below:
WIN2k, PHP 4.3.4,Apache
But it's working fine on my local desktop having configuration as mentioned below:
WIN 98,php4.0.1, Apache
Will appreciate for helping me to rectify this issue.