Re: [phplib] cookies and sessions From: Stephen Woodbridge (woodbri <email protected>)
Date: 05/10/01

Cookies go to the browser not a window, so the browser will send back
whatever it has to any request. If you have to do something like this
try using IE for one session and Netscape for the other - this has
worked for me so I could login as both a user and admin for testing
purposes.

-Steve

Dennis Gearon wrote:
>
> How do I not allow different windows to have access to the same cookie?
>
> I.E. I have a page logged in in one window,
> and when I open another window, it gets the same session ID when I login
> using the same ID.
>
> Is this happening at the PHPLIB end (only allowing one active session
> per user), or in the browser cookie end?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>

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