如何使用ASP.net在Web浏览器中启用第三方cookie [英] How to enable third-party cookies in your web browser using ASP.net

查看:163
本文介绍了如何使用ASP.net在Web浏览器中启用第三方cookie的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到了潜在客户广告点击跟踪问题。我使用iFrame跟踪广告客户网站的潜在客户信息。但不知何故,IE不会从那里发送任何cookie信息。感染firefox也不会发送第一个请求的任何cookie信息(即调用iFrame src页面时),但如果你从主文件中调用任何页面(即在iFrame的源代码中指定,如图像或脚本src),我得到cookies。

I had problem with the lead base ad click tracking. I was using the iFrame to track the lead information from the advertiser site. But somehow IE is not sending any cookie information from there. Infect firefox also doesn’t send any cookie information for the first request (i.e. when the iFrame src page is called) but if you call any page from the main file (i.e. specified in the source for iFrame like image or script src), I get the cookies.

推荐答案

AFAIk,你不能通过ASP.Net启用cookie。



你可以检查cookie是否已启用,但无法启用它们。

ASP.NET中的Cookie [ ^ ]可能会帮助你。

也许这个 [ ^ ]。
AFAIk, you cannot enable cookies via ASP.Net.

You can check if cookies are enabled or not, but enabling them is not possible.
Cookies in ASP.NET[^] might help you out.
And perhaps this[^] as well.


这篇关于如何使用ASP.net在Web浏览器中启用第三方cookie的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆