> so this opens a new browser window, but it is inheriting the session values > from the browser window that called it and is causing problems in the new > window. When I open a new browser window shouldn't it start a whole new > session and not get anything from the previous browser.
A buddy of mine created a secure sessions tutorial that protects against this exact issue. He has a fantasy stocks site and needed to protect against session hijacking. http://tutorials.dotgeek.org/tutorial.php?action=view&id=58 -- Greg Donald [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php