Re: [PHP] HTTP Authentication / Logging Out

2001-10-02 Thread tonyz
how secure is either method? the form method would be more secure if it was done over https correct? tonyz Martín marqués wrote: On Lun 01 Oct 2001 19:36, you wrote: I used a pretty basic system to check HTTP authentication values against database values, but I can't seem to find a way

[PHP] Re: Detecting user logout.

2001-10-02 Thread tonyz
why bother charting logouts. use cookies that expires so you know that they will eventually lose access and need to login again. just a thought tonyz Henrik Hansen wrote: [EMAIL PROTECTED] (Alexander Deruwe) wrote: Hey all, I keep track of my users using PHP4 sessions