SimpleSAML_AuthMemCookie::logoutHandler PHP Method

logoutHandler() public static method

This function implements the logout handler. It deletes the information from Memcache.
public static logoutHandler ( )
    public static function logoutHandler()
    {
        self::getInstance()->doLogout();
    }