Date: 11/18/00
- Next message: Ville Mattila: "[PHP-DB] Fields containing long text and ODBC"
- Previous message: Jonathan Chum: "[PHP-DB] DB Comparisons"
- Next in thread: phobo: "Re: [PHP-DB] session logout"
- Reply: phobo: "Re: [PHP-DB] session logout"
- Reply: davis: "Re: [PHP-DB] session logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ville Mattila: "[PHP-DB] Fields containing long text and ODBC"
- Previous message: Jonathan Chum: "[PHP-DB] DB Comparisons"
- Next in thread: phobo: "Re: [PHP-DB] session logout"
- Reply: phobo: "Re: [PHP-DB] session logout"
- Reply: davis: "Re: [PHP-DB] session logout"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

