How do you get the session to continue after using and inmage and javascript to "popup" a new window?
I have an image and attach is an onclick function through javascript and when it loads that session variables are not accesible??????
the file that you acces must be an php with start_session at beginning. ex: window.open('picture.php');
picture.php : <? session_start(); .... ...
?>