I am creating a session and I want a variable to be available for the entire site, so for example:
Joe Soap lands on a page called red-widgets.php, - Joe's session variable is let's say 'red-widgets'. Joe then clicks on another page called blue-widgets.php. I would like the session variable to be still the original 'red-widgets'.
How can this be done with the url?