Captcha is working fine on localhost , but not online
问题 I'm using simple-php-captcha( https://github.com/claviska/simple-php-captcha ) script on an ajax form in my wordpress theme, it works fine when it's on localhost but when i upload it on an online host , the captcha codes don't match , every thing works fine , captcha image loads , sessions get created but the captcha code displayed in the image is not the same as when the form is submitted. functions.php require_once( get_template_directory() . '/libs/captcha/simple-php-captcha.php' );