RE: [PHP] Sessions & Logout From: Jack Dempsey (dempsejn <email protected>)
Date: 11/15/00

When the browser closes, yes, but take a Mac for instance. When I start a
session, let the user navigate pages, and then close the window, the next
window opened will still allow the user to access the protected pages.
True, on a PC closing the window closes the browser( thinking of IE here at
least ), so I'm set there...it's just the other case I'm worried about.

-----Original Message-----
From: Matt [mailto:matt <email protected>]
Sent: Wednesday, November 15, 2000 8:14 PM
To: dempsejn <email protected>; php-general <email protected>
Subject: Re: [PHP] Sessions & Logout

If the lifetime of the cookie is zero, which it is by default, then it
automatically deletes itself when the browser closes.

----- Original Message -----
From: <dempsejn <email protected>>
To: <php-general <email protected>>
Sent: Wednesday, November 15, 2000 10:44 AM
Subject: [PHP] Sessions & Logout

> Hi all,
>
> I'm using sessions, and after a couple dumb mistakes, they're turning
> out to be pretty simple. Logging out's easy too. What about window
> closing? I'd love to mimic what hotmail does when you close the window
> and open a new one, because try as I might, staff here will just NOT hit
> that logout button...I've come up with a pretty bad method of using an
> onUnload javascript call to a php file that does the logging out...how
> should this really be done? Destroy a cookie with javascript?
> Any info would be much appreciated.
> Jack Dempsey
>
>

-- 
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>