Hi,
I am playing with sessions at the moment, and everything is working perfectly apart from one minor detail which i was hoping could be fixed.
My site is built up of a sidebar.php file which is used to display my login box & counter.
The login box (sidebar.php) can access the $SESSION variables without any problem when i am accessing php files in the root of my website. If i go into a subfolder and access a php file that uses this same sidebar.php file, i loose the $SESSION variable in sidebar.php. The document in the subfolder maintains it !
We i then go back to the root of my site, sidebar.php picks them back up.
Very odd really and i have no idea what is going on.
Any help would be welcome as i don't want to redesign the site with everything in the root.
Kind Regards
Wayne