[PHP-DB] session logout From: bryan (bryan <email protected>)
Date: 11/18/00

Hey,

Say I have 2 sites, same password same username. I have a Session started
in one site, and a session started in the other. If I do not log out from
one site and go directly to another, I am still logged in, by-passing my
login script. I have a check set up on both sites to say:

if (isset($SID)) {

        session_destroy();

}

session_start();

blah blah etc...

is there any way to make the session stop from site to site. Thanks for
the help!

Bryan-

Bryan Fitch
Programmer
Concept-Factory
http://www.concept-factory.com
bryan <email protected>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>