The reason why you get negative numbers on the tags page is because the plugin was not designed to be aware of a custom modification like that, so the session generator never starts.
you'd have to add 'tags.php' to the list of pages in the function human_test_check
in_array($location,array('bb-post.php','forum.php','topic.php','tags.php'))) ||
