--- [EMAIL PROTECTED] wrote:
> Hmmm, I would contend that PHP, particularly running inside stateless 
> HTTP, doesn't know one client from another except by the code you write 
> that makes it recognize them

You're exactly right.

> if you had a way to set multiple cookies (easy) and to know which one
> you cared about on the next page load (harder, but at least it seems
> doable in the URL) then you can run multiple sessions.

Yeah, I think it's easier to manage this sort of thing by using some sort
of identifier in the URL, even if it's not the only one. No matter what,
this requires that some code be written.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming mid-2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/

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

Reply via email to