Captcha working on local machine but not on production. Help!

Hello,

I have captcha for user registrations which is working perfectly on my local machine, but in production it always says that the security code entered is incorrect!

Why could this be happening?

Urgent pls!

May be a problem with sessions… Check if sessions work properly on production machine.

It was a session issue. The session directory had no write permission for apache. Thanks for the tip!