Jump to content

CAPTCHA Service Between Domains


dooper3

Recommended Posts

Hi,

 

I am trying to set up a CAPTCHA Service to run across multiple domains, however with the traditional method of storing the hashed captcha string is by using HTTP sessions as I'm sure many of you know, but also, sessions do not work between domains, so I have no way of verifying the CAPTCHA (or indeed passing the information) from the CAPTCHA if I run it on another website.

 

I must point out that it does work perfectly well on the website it's hosted on.

 

Any ideas greatly appreciated.

 

(Would cURL be an option?! I don't really understand cURL/never used it).

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/113247-captcha-service-between-domains/
Share on other sites

Thanks for the responses guys but no, I've no intention of putting the captcha code on each domain name (considering there's in excess of 150 of them, that would prove quite time consuming!), and I am aware of reCAPTCHA, but I do not want a third party CAPTCHA in this case, it has to be the php-based one I made.

 

is there no other way of storing the hashed string generated by a CAPTCHA image other than using sessions?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.