password protected site

Discussion in 'Programming' started by hflorez, Aug 19, 2006.

  1. #1
    I have a password protected site. Is it possible for me to log off of the site, without closing the browser?
     
    hflorez, Aug 19, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Depends how you password-protected it. If via htaccess, then no AFAIK. If via sessions then a simple log out link with session_destroy (in PHP) would work.
     
    T0PS3O, Aug 19, 2006 IP