So you're saying if the session ID is passed in on the URL it will work.
But I'm using cookies.  The only thing that gets passed on the URL is a
pagename.  Perhaps there is something funky about my setup, but it has
always worked this way for me.

  -- Rob


"Cpt John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> From: "Chris Shiflett" <[EMAIL PROTECTED]>
>
>
> > --- Rob Adams <[EMAIL PROTECTED]> wrote:
> > > Test it yourself.
> >
> > With all due respect, it seems you should be doing the testing.
> >
> > > Login to a PHP app using a standard browser and session cookies
> > > and see for yourself. I understand the philosophy of the web
> > > server only seeing what the client sends it, but it looks like my
> > > client (IE6, right here) does send different requests per instance.
> >
> > Then show us these requests and point out how they are different.
> Otherwise, I
> > have to assume you have no idea what you're talking about.
>
> If you are not relying on a cookie based session, then this will work.
Each
> login could be assigned a different session ID, so the requests for each
> browser will be different because of the different session IDs.
>
> ---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to