I need a way of setting the session_vars specific to a users browser window
for the case of the user having multiple windows open for the same php
session. Is this possible in php?

I know you can pickup the window id via "self" in JavaScript but I can't see
how you can link this back to the server side session vars. I can't find a
PHP var that has this information.

Thanks

Chris

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

Reply via email to