I need to set a PHP $_SESSION variable using the jQuery. IF the user clicks on an image I want to save a piece of information associated with that image as a session variab
Might want to try putting the PHP function on another PHP page, and use an AJAX call to set the variable.