Logout Script -- Help?!??! -- htaccess members area

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Deej
    I make pixels work
    • Jun 2005
    • 24386

    #1

    Logout Script -- Help?!??! -- htaccess members area

    Im looking for logout methods for a simple htaccess members area..

    Im Not finding what I need searching...Ive tried a couple methods using an alternate fake nick ethod and its just not what im looking for...



    Whats the word on the street?

    Deej's Designs n' What Not
    Hit me up for Design, CSS & Photo Retouching


    Icq#30096880
  • amateurcanada
    Confirmed User
    • Jul 2001
    • 3766

    #2
    Just use a javascript window close

    be our partner - join nichepartners today
    will.assum.producer @ AmateurCanada.com / icq: 30146166 / facebook.com/will.assum / #amateurcanada

    Comment

    • donborno
      Confirmed User
      • Jan 2007
      • 374

      #3
      In HTTP, there is no such thing as a login, and consequently you can't log out. On the first request, the browser gets a 401 Unauthorized status, which makes him resend another request containing user/pass. On every further request, the browser can decide to send user/pass again - HTTP does not specify how long.
      However, some browsers don't send user/pass anymore when they get another 401 Unauthorized.

      Comment

      • Megafoo
        Confirmed User
        • Sep 2007
        • 232

        #4
        best bet is to use a php script for login and logout...'sessions' but what your asking isn't possible like above has said.
        ICQ number: 497388922

        Comment

        Working...