• Resolved buddywhatshisname

    (@vhmarkgmailcom)


    There’s logic in the code to config the auth recheck (grep .*cachetimes_for_authrecheck), but there appears to be no logic to actually do the auth recheck. Am I missing something?

Viewing 1 replies (of 1 total)
  • Thread Starter buddywhatshisname

    (@vhmarkgmailcom)

    Looked for it for an hour, posted, found it one minute later ??

    classes\wp_cassify_plugin.php

                if ( ( ( $_SESSION['wp_cassify'][ $this->wp_cassify_current_blog_id ]['unauth_count'] != -2 ) && ( $this->wp_cassify_get_cache_times_for_auth_recheck() == -1 ) ) || 
                	 ( $_SESSION['wp_cassify'][ $this->wp_cassify_current_blog_id ]['unauth_count'] >= 0  && $_SESSION['wp_cassify'][ $this->wp_cassify_current_blog_id ]['unauth_count'] < $this->_cache_times_for_auth_recheck )
                ) {
    				$auth = false;
    ...
    
Viewing 1 replies (of 1 total)
  • The topic ‘No authrecheck?’ is closed to new replies.