The function CheckAuthentication() is really not working.

For testing I used this:

function CheckAuthentication() {
  static $authenticated;
  $authenticated = TRUE;
  return $authenticated;
}

This got me better results.

I have your module in /sites/all/modules/local/your-module.

Comments

jrsinclair’s picture

Status: Active » Closed (won't fix)