Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] logout From: Andreas D. Landmark (andreas.landmark <email protected>)
Date: 06/20/01

At 20.06.2001 23:34, you wrote:
>Is there anyway I can do the logout that will completely get rid of all
>login detail without having user to close browser?
>Jack

I guess you could overwrite it with other logindetails by redirecting the
user to a webpage
that requests a username/password that is different to the one that is
cached in the browser.
But apart from that hard workaround, i don't think you can easily flush the
logincache from
the serverside...

-- 
Andreas D Landmark / noXtension
Real Time, adj.:
         Here and now, as opposed to fake time, which only occurs there
and then.

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