Results 1 to 4 of 4
  1. #1

    PHP HTTP authentication

    Hi I'm trying to write a php script to login/logout using HTTP authentication and sessions.

    I've ran across one problem.

    Logging out.

    I've found a javascript that I can use to log me out of a ie browser but mozilla is giving me problems.


    Does anyone have an idea?

    Example of what I'm looking for is like what CPanel does.

    Thanks guys,

    Bryan

  2. #2
    Join Date
    Nov 2002
    Location
    Finland
    Posts
    96

    Wink

    Hi

    Read the examples in php manual,
    there are few solutions for logout...

    http://fi.php.net/features.http-auth


  3. #3
    It does and I've already read and used one. I was looking if anyone knew a simple way to clear the authentication cache in a mozilla browser?

  4. #4
    I would look at the code for phpMyAdmin. I know that uses http auth.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •