随着新的欧盟Cookie指令(http://www.cookielaw.org)的出台, 我想找出Facebook应用程序/Tabs的情况, 因为它有点灰色。
Facebook将饼干作为 Apps 和许多其他方式的认证程序的一部分, Facebook是否有责任向用户传递信息, 要求用户选择?
从脸书上提出这方面的建议将非常有用。
谢谢 谢谢
随着新的欧盟Cookie指令(http://www.cookielaw.org)的出台, 我想找出Facebook应用程序/Tabs的情况, 因为它有点灰色。
Facebook将饼干作为 Apps 和许多其他方式的认证程序的一部分, Facebook是否有责任向用户传递信息, 要求用户选择?
从脸书上提出这方面的建议将非常有用。
谢谢 谢谢
如果一个网站工作时没有设置饼干, 那饼干就与饼干法有关。
当一个站点会断裂或功能在 cookie 不设置时不再工作时, 该 cookie 将被免责, 如登录 cookie 等 。
就责任而言,那些尚未由个案决定的东西。Facebook设置了饼干是的,尽管你无法阻止,但你确实有选择使用或不使用它,这与自己设置它们是一样的。
在责任方面,我建议你咨询一名有关律师,而不是坚持在这里进行这种询问。
一旦用户在您的网站“坚固”上登陆,您就有责任告诉他们网站和您使用的其他任何相关网络服务(包括Facebook)设置的所有饼干。
在多数情况下,在网站的可见部分公布饼干清单(在顶端,不是随惹人烦恼的弹出), 列出所有饼干 并简要解释其用途。
对于我的站点,我展示了一个提示 仅用这个脚本:
<script async src="https://www.cookie.eu/script.js"></script>
Self-Explanatory. In PHP, the solution would be to set the cookie expiration to 0; I m unsure about C# since it requires a DateTime value.
I need to suppress an already set session cookie header, but I cannot find any way to do this. Why? I need to make an image, sent by a PHP script, cacheable by the end user; this image is used to ...
Bizarrely my javascript and css files have cookies (says Firebug). I use Zend Framework and I think it has to do with it. Could I change the .htaccess that CSS or JS files don t link to the ZF or is ...
Our servers that processes REST client requests currently is not mapped to a public domain name. Is it mandatory to have a domain name when generating Client side cookies ?
As you are probably aware, more often than not, an HTTP server will send more than just a session_id cookie; however, httplib2 handles cookies with a dictionary, like this: response, content = http....
what tool wold you recommend me to use in order to see what data are stored in my cookies while i m browsing the net. I m a beginner into webdev field(6 months php experience) and i m curious to see ...
Exactly what are the restrictions for handling browser cookies from javascript? Can I check if cookies are enabled for example?
System.Web.HttpContext.Current.Response.Cookies["ssocookies"].Domain = System.Web.HttpContext.Current.Request.ServerVariables["SERVER_NAME"].ToString().ToLower(); System.Web.HttpContext.Current....