Ignore:
Timestamp:
Aug 24, 2017 4:27:34 PM (7 years ago)
Author:
anonymous
Message:

Add additional clearings to logout service. Add logging to clear methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_File.inc.php

    r563 r611  
    135135    public function clear()
    136136    {
     137        $app =& App::getInstance();
     138
    137139        $_SESSION['_auth_file'][$this->_ns] = array('authenticated' => false);
     140
     141        $app->logMsg(sprintf('Cleared %s auth', $this->_ns), LOG_DEBUG, __FILE__, __LINE__);
    138142    }
    139143
Note: See TracChangeset for help on using the changeset viewer.