> If you are using cookies the new window will pick it up. Have the original
> page change a variable to say that it has loaded then when the new window
> loads have it check that variable first.

How do you tell a "new window" from a "new request" though? You can't. The
cookies are all there, the session is still there. Two requests from two
windows will look the same as two requests from a single window to a web
server. It shouldn't matter to your application.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to