--- Tim Traver <[EMAIL PROTECTED]> wrote:
> What I want to be able to do is to open a new window from my
> application that has a new session, without disturbing the current
> session.

Can you elaborate on this a little? This approach seems very odd to me,
and I feel certain that it must be unnecessary. But, you never know...

> When I launch a new window, it keeps the same session as the one that
> it was launched from.

Of course. It's the same browser, the same computer, the same user, etc.
This is the point of sessions.

> Any suggestions ???

For whatever links that you want to spawn a new session, you can include a
different session identifier on the URL. As long as both instances of the
browser maintain their own unique session identifier through URL
proagation, you can make this happen. But, this approach seems very, very
ugly.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming mid-2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/

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

Reply via email to