What is the maximum size of a cookie, and how many can be stored in a browser for each web site?

listed in answer

What is the maximum size of a cookie, and how many can be stored in a browser for each web site?
0 votes, 0.00 avg. rating (0% score)

ANSWER:

You can use plugin that store multiple values in a single cookie.

https://github.com/pavelkukov/localdata

Apache default limit for size of get request is 8k – two full cookies.

by pavelkukov from http://superuser.com/questions/445762