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/Cache.inc.php

    r558 r611  
    282282    public function clear()
    283283    {
     284        $app =& App::getInstance();
     285
    284286        $_SESSION['_cache'][$this->_ns] = array();
     287        $app->logMsg(sprintf('Cleared %s cache', $this->_ns), LOG_DEBUG, __FILE__, __LINE__);
    285288    }
    286289
Note: See TracChangeset for help on using the changeset viewer.