I tested contact form with captha validation on localhost and works fine
But in online situation the verification image code doesn’t match with my text, so the error message showed.
(I check many times my text verification code and match with captha generated image)
Also I check the ‘hash’ and ‘h’ javascript variables on clientValidation function and I confirm that are not same (but the generated image is exactly same with my text)
I didn’t change anything special important that yiic generated.
I use wampserver on windows and contact form with captcha work fine (default apache and php settings)
The remote server is windows Server
So I can’t send email from contact form, whats wrong?
The login form works only if the ‘Remember me next time’ is checked,
If this function stores the user authentication in cookies and unchecked works with sessions (let me know about it) then the problem is the session setting on IIS server.