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

this is the reason i dont use cookies, multiple browser windows do not
have unique cookies, disabling cookies, or not using cookie sesion mode
solves your problem.

using get session vars is a secuity risk as stated on this list, but for
internal applications that dont go over internet this solution works
just fine

Frank Bax wrote:
>
> At 08:14 PM 10/17/00 +0200, you wrote:
> >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?
>
> I seem to remember reading that you get what you describe when you actually
> start another copy of the browser (from shortcut or start menu) but not
> when you use 'new window'.
>
> Frank
>
> ---------------------------------------------------------------------
> 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>