thirdparty cookies
-
Hi Friends , iam using one iframe in my application. In that iframe iam Display another web application in that have registration form with captcha , when our submit the Registration its working in chrome and mozilla but its Not Working in IE because of third party cookies are Disable by Default. how can i enable third party cookies using code.
-
Hi Friends , iam using one iframe in my application. In that iframe iam Display another web application in that have registration form with captcha , when our submit the Registration its working in chrome and mozilla but its Not Working in IE because of third party cookies are Disable by Default. how can i enable third party cookies using code.
You can't - it's a setting made by the user
-
Hi Friends , iam using one iframe in my application. In that iframe iam Display another web application in that have registration form with captcha , when our submit the Registration its working in chrome and mozilla but its Not Working in IE because of third party cookies are Disable by Default. how can i enable third party cookies using code.
What use would security features be if you could simply disable then via your code? The fact that you are showing a different site in yours via an iframe and you're having captcha problems makes me think that whatever you are doing probably isn't ethical anyway.
-
You can't - it's a setting made by the user
Thankyou for replay. any other way can we add webpage in out application.
-
What use would security features be if you could simply disable then via your code? The fact that you are showing a different site in yours via an iframe and you're having captcha problems makes me think that whatever you are doing probably isn't ethical anyway.
Thank You for Your Replay , yes, but i want captcha in my Registration Page, how can i sue the captcha with out using cookies?
-
Thank You for Your Replay , yes, but i want captcha in my Registration Page, how can i sue the captcha with out using cookies?
You need to add information on the page to tell the user to enable cookies for your website. If they do not do it they cannot register. But as with all of these issues the user owns the computer, and so retains the right to allow or disallow what other applications can do.
-
Thank You for Your Replay , yes, but i want captcha in my Registration Page, how can i sue the captcha with out using cookies?
Why not write your own captcha, that way you are not invoking third party code and cookies...