could create an array to hold the same session? This may not at all be what your looking for, but ive used something similar to this when building a wizard class to handle storing states in wizard steps. like $_SESSION['mySessions']['WindowOne'] = array($userid, $loginTime, $etc) $_SESSION['mySessions']['WindowTwo'] = array($userid, $loginTime, $etc)
Tim Traver <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am programming an interface using PHP and rely on sessions to keep state. > > 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. > > I know that I can kill the current session and start a new one, but that's > not what I want to do. When I launch a new window, it keeps the same > session as the one that it was launched from. If I kill the session in that > new window, then it kills the old sessino too... > > Any suggestions ??? > > Thanks, > > Tim. > > > > > > SimpleNet's Back ! > http://www.simplenet.com/ > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php