i have two different sites in two different folders on the same domain that both use the same session variables...
so when i go from one folder to another to go to a different site the session stays...
so my question is how do i keep the session only in one folder
session problem
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
call session_set_cookie_params() setting the path argument for your respective folders.