I have unique session variables being set at different pages. I want to make my session variables discreet and localized in its respective page. The problem is that php stores a session id as a cookie for each user so that sessions are only unique to a user and not to pages.
How do I restrict sessions on a page to page setup?