Date: 05/10/01
- Next message: Layne Weathers: "Re: [phplib] cookies and sessions"
- Previous message: Jens Benecke: "[phplib] parse template into $variable"
- In reply to: Dennis Gearon: "[phplib] cookies and sessions"
- Next in thread: Layne Weathers: "Re: [phplib] cookies and sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Layne Weathers: "Re: [phplib] cookies and sessions"
- Previous message: Jens Benecke: "[phplib] parse template into $variable"
- In reply to: Dennis Gearon: "[phplib] cookies and sessions"
- Next in thread: Layne Weathers: "Re: [phplib] cookies and sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

