I just looking and play around with captcha because when I test refresh captcha was gone. I decided to check script in include/class.captcha.php
Find:
(line: 39)
$_SESSION =''; //Clear
Try change to:
if ($_SESSION == "") {
}