--- Tim Traver <[EMAIL PROTECTED]> wrote:
> As an administrator, you log in to the main application. session id's
> keep track that you are authenticated, and who you are.
> 
> In the application, you can get a list of the other users on the
> system. From that user list, I want to be able to launch a new window
> that logs you in as that user, while leaving your administrator window
> alone.

Yeah, the method I mentioned will work for this.

You may also consider whether your access control can make this
unnecessary. You can achieve this sort of thing in your programming logic.
But, whatever makes you happy and works. :-)

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