开发者

Too many php cookies

开发者 https://www.devze.com 2023-04-07 10:57 出处:网络
Will having too many php cookies on a webpage开发者_StackOverflow社区 slow it down a significant amount? On a site I\'ve created I\'m considering adding a feature, which would be nice, but require qui

Will having too many php cookies on a webpage开发者_StackOverflow社区 slow it down a significant amount? On a site I've created I'm considering adding a feature, which would be nice, but require quite a few php cookies to be stored. Will this make the site slower?


It won't, but there is limit for cookie length. Save only necessary informations (security token) and take it from your server instead


HTTP Cookies are transmitted to the server for each http request your browser does.

If you have a few number of cookies, you won't see any difference.

0

精彩评论

暂无评论...
验证码 换一张
取 消