On Thursday 28 April 2005 08:48, William Stokes wrote:
> Hello,
>
> I need to write some sort of  a user logout system for my web application.
> It needs to be a solid system so that if the user presses the Logout button
> there's no way of returning to the password protected area without logging
> in again. At the moment my "system" only tries to close browser window with
> javascript. This doesn't work if the user has more than one tab open in the
> browser and in Firefox it doesn't even close the active tab :-)
>
> I use a cookie based session id so this probably needs to be deleted. Is
> there a way to delete all variables stored by the application or do I need
> to unset them one by one?

No, you just need to destroy the session (session_destroy()). This way all 
session associated data will be destroyed.

>
> Any other things I might be missing here?
>
> Thanks a Lot
> -Will

-- 

Cyberly yours,
Petar Nedyalkov
Devoted Orbitel Fan :-)

PGP ID: 7AE45436
PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc
PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Attachment: pgpjRjJhikW4q.pgp
Description: PGP signature

Reply via email to