Date: 10/17/00
- Next message: giancarlo <email protected>: "[phplib] login_if loop (was: Re: separate login form)"
- Previous message: Johan Edback: "Re: [phplib] Session variables shared among browsers question"
- Maybe in reply to: Johan Edback: "[phplib] Session variables shared among browsers question"
- Next in thread: Maurice Jumelet: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>So, my question is: is there a way in phplib to save a session
>variable
>that is unique to the browser (so that if the user opens new
>browser
>File->New->Navigator window for instance), then the user would be
>given a
>new session variable, and thus being able to monitor two queues?
Well, based on some cursory thought, I would say to try using
GET-based session-id propagation instead of COOKIE-based
propagation. I think that you can't have two cookies with the same
name in different windows of the same browser -- the auth-cookie
of the first window is getting over-written by the cookie for the
second window.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: giancarlo <email protected>: "[phplib] login_if loop (was: Re: separate login form)"
- Previous message: Johan Edback: "Re: [phplib] Session variables shared among browsers question"
- Maybe in reply to: Johan Edback: "[phplib] Session variables shared among browsers question"
- Next in thread: Maurice Jumelet: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

