> When a user leaves a realm(.htaccess) from which they have logged into is
> there any kind of notification back to the server?

Nope.

> I would like keep a log of such activities and do not want to do any
session
> type of jizz jazz(cookies etc).

You either do sessions or you don't keep a log of such activities.  Take
your pick.

> I would think that there would need to be some kind of notification back
to
> the server,  as when I leave and come back (close browser) I get a new
pass
> dialog popped up...How does Apache know that I have to re-authenticate and
> can I access this knowledge via php?.

The browser sends your (previous) username/password on each page hit to the
same server.

When the browser quits, it loses its memory of your username/password.

That's all there is to it.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to