Index: trunk/wb/modules/news/comment_page.php
===================================================================
--- trunk/wb/modules/news/comment_page.php	(revision 619)
+++ trunk/wb/modules/news/comment_page.php	(revision 620)
@@ -31,7 +31,6 @@
 
 require_once(WB_PATH.'/include/captcha/captcha.php');
 require_once(WB_PATH.'/include/captcha/asp.php');
-if(isset($_SESSION['captcha_retry_news'])) unset($_SESSION['captcha_retry_news']);
 
 // Get comments page template details from db
 $query_settings = $database->query("SELECT comments_page,use_captcha,commenting FROM ".TABLE_PREFIX."mod_news_settings WHERE section_id = '".SECTION_ID."'");
Index: trunk/wb/modules/news/submit_comment.php
===================================================================
--- trunk/wb/modules/news/submit_comment.php	(revision 619)
+++ trunk/wb/modules/news/submit_comment.php	(revision 620)
@@ -51,6 +51,9 @@
 		)) {
 			exit(header("Location: ".WB_URL.PAGES_DIRECTORY.""));
 		}
+		if(ENABLED_ASP) {
+			if(isset($_SESSION['captcha_retry_news'])) unset($_SESSION['captcha_retry_news']);
+		}
 		if($settings['use_captcha']) {
 			if(isset($_POST['captcha']) AND $_POST['captcha'] != '') {
 				// Check for a mismatch
