Re: [phplib] Session variables shared among browsers question From: phplib (phplib <email protected>)
Date: 10/17/00

>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>