以下是根据“浏览器 cookie 限制”列出的限制:
Chrome & Firefox - No limit to the number of cookies; limit of 4096 bytes per cookie.
IE8-10 - 5117 characters per cookie; limit of 10234 characters.
Safari on Mac - 4093 bytes per cookie. Limit of 4093 bytes.
Safari Mobile - 4093 bytes per cookie. Limit of 4093 bytes.
Android - 4093 bytes per cookie. No limit.
我认为如果你有一个桌面应用程序,就要受到IE甚至Safari(如果你有Mac用户)的限制。如果是在手机上,那么肯定只有4093字节。如果你需要更多,你将不得不保存到服务器或为Safari/IE和Firefox/Chrome用户创建两种不同的体验。