Date: 10/17/00
- Next message: Michael Chaney: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Arno A. Karner: "Re: [phplib] FORM data get lost at user timeout..."
- In reply to: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Next in thread: phplib: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Michael Chaney: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Arno A. Karner: "Re: [phplib] FORM data get lost at user timeout..."
- In reply to: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Next in thread: phplib: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

