Re: [phplib] logon as different users? From: nathan r. hruby (nhruby <email protected>)
Date: 12/10/00

On Sun, 10 Dec 2000, hub wrote:

> Hello, I have following problem: I need to log on authorized page from
> two different browser windows on one comp as two different users. The
> problem is that when I open the first window and ask for an authorized
> page I got the right login page and everything is OK, but when I open
> the second window, the page_open function on that authorized page
> knows that there is one validated session and doesn't log me on as
> different user. If you got the point and can help me somehow I would
> greatly appreciate your advise. Thank you very much.
>
> Hubert Palan
> student of Czech Electrotechnical University.
>

Try using a second session instance with a diffent name for the remote
window. The cookie sent to the browser will be diffrent and the two
shouldn't cross paths. Of corse you won't be able to share session data
between the two so you'll need to use an additonal table or shared
memory segment for that.

-n

-- 
........
nathan hruby
Webmaster: UGA Department of Drama and Theatre
Project Maintainer: phpSlash, Carousel
nhruby <email protected>
........

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>