Reputation: 1865
If cookie size is out of browser limit Will browsers throws some Error?
Upvotes: 5
Views: 685
Reputation: 6153
The browser just crashes !
Webpage becomes un-responsive and finally browser crashes, you can try this yourself :
Highlights of the article shared above :
If you want to support most browsers, then don't exceed 50 cookies per domain, and don't exceed 4093 bytes per domain (i.e. total size of all cookies <= 4093 bytes)
Typically, the following are allowed:
*Given 20 cookies of max size 4096 = 81920 bytes.
Upvotes: 2