hello,
i made a PHP page that get a user and password from user, an validate this fields into a InterBase DataBase.
If user an password are correct, mi php page start a new session, and register user and password as gloval vars, then call a new php page that it uses those data.
when i call a new php page whit HTML sentence (<a href=´new.php´/a>) then the session vars are visible (correct)
when i call a new php page whit JAVAScript sentence (window.open("new.php")😉 then the global vars are not visible (incorrect)
are you able to help me?
Thank a lot.