我们可以为域名提供多少个Cookie?

时间:2011-03-12 09:57:38

标签: cookies

我知道Cookie可以保存多少数据,但是我们可以设置多少个Cookie?

3 个答案:

答案 0 :(得分:7)

来自http://www.ietf.org/rfc/rfc2109.txt

  

实用用户代理   实现有限制   饼干的数量和大小   他们可以存储。一般来说,用户   代理商的cookie支持应该有   没有固定的限制。他们应该努力   存储尽可能多的常用   饼干尽可能。此外,   一般用户代理应该   提供以下每项最低要求   但是,单独的能力   不一定同时:

  * at least 300 cookies

  * at least 4096 bytes per cookie (as measured by the size of the
    characters that comprise the cookie non-terminal in the syntax
    description of the Set-Cookie header)

  * at least 20 cookies per unique host or domain name

答案 1 :(得分:7)

根据我自己的研究,我建议您不要超过每个域 50个Cookie ,每个域 4095个字节。也就是说,您网域上所有Cookie的大小不应超过4095字节。

如果您想了解更多内容,我已经分享了我的研究here

答案 2 :(得分:0)

我看到野外网站设置了超过450个Cookie和reporting to over 140 distinctive third party domains