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_SQL.inc.php

    r601 r611  
    333333    public function clear()
    334334    {
     335        $app =& App::getInstance();
    335336        $db =& DB::getInstance();
    336337
     
    363364            'user_data'             => null,
    364365        );
     366
     367        $app->logMsg(sprintf('Cleared %s auth', $this->_ns), LOG_DEBUG, __FILE__, __LINE__);
    365368    }
    366369
Note: See TracChangeset for help on using the changeset viewer.