Forum Moderators: coopster
I am having a slight problem and i was wondering if anyone can help. I am trying to implement an application which enables the user modify certain details after login.
The thing is; i would like to use a popup window in the members area to do this, but i noticed that the session variables seem to disappear when the window is open. Am i doing something wrong?
This is how i open the popup window;
javascript code in the head section;
======================================
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
Link in body section
=============================
<a href="javascript:;" class="mainlink" onclick="MM_openBrWindow('modify.php','','scrollbars=yes,resizable=no,width=600,height=750')">Modify Account Info</a>
Thanks.
echo '<pre>'; print_r($_SESSION); echo '</pre>';
See what's going on. Oh, and by the way, Welcome to WebmasterWorld! :)