Re: [phplib] Session variables shared among browsers question From: Johan Edbäck (jed <email protected>)
Date: 10/18/00

Thats the way its working now, rewrote it yesterday. I really didn't want it
there in the url, but after I tried just about everything, and after reading all
the replys in this list (its fast! :) I changed it.
Have some more error handling left, but its soon finished.

Thank you everyone!

//Jed

Quoting Michael Chaney <mdchaney <email protected>>:

> > 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.
>
> And that's the wrong way to do it. Make project one of the get
> variables,
> no confusion then.
>
> You'll just want your url to be
> http://whatever.com/monitor.php?project=2
> and change the value of "project" to whatever is appropriate.
>
> Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>