Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
A session is available everywhere over a domain. If both of your folders are in the same domain, then your problem is not that the session don't work.
Are you sure the session is started ?
ie: you have issued an
PHP Code:
<?php session_start();
at the top of your php script, if the session_auto_start parameter of the php.ini is set to off.
__________________
Only a biker knows why a dog sticks his head out the window.
|