protected function checkReauth() { if (AnwCurrentSession::needsReauth()) { AnwUtils::httpPostToSession(); $this->doReauthForm(); exit; } }