Date: 10/17/00
- Next message: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Rex Byrns: "RE: [phplib] Re: separate login form"
- Next in thread: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Reply: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Maybe reply: phplib: "Re: [phplib] Session variables shared among browsers question"
- Reply: Maurice Jumelet: "Re: [phplib] Session variables shared among browsers question"
- Reply: Michael Chaney: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all!
I'm using phplib 7.2b with apache 1.3.12 and mysql 3.22.32, and I'm
writing an application that will allow the users to monitor some queues
(the information is stored in plain text files).
The problem is that when a user has two browsers open and tries to look at
two different queues at the same time, it works for one minute until the
browser auto-reloads the page and then both brosers are show the
information about the same queue, not two different queues.
I'm using $sess->register("project"); to create the variable in which I
store which project-queue to monitor.
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?
Many thanks to the developers, you are doing a great job!!
//Jed
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Previous message: Rex Byrns: "RE: [phplib] Re: separate login form"
- Next in thread: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Reply: Frank Bax: "Re: [phplib] Session variables shared among browsers question"
- Maybe reply: phplib: "Re: [phplib] Session variables shared among browsers question"
- Reply: Maurice Jumelet: "Re: [phplib] Session variables shared among browsers question"
- Reply: Michael Chaney: "Re: [phplib] Session variables shared among browsers question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

