InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum size of a cookie, and how many can be stored in a browser for each web site? |
|
Answer» 50 Cookies per domain, with a maximum of 4 KB per cookie (or even 4 KB in total). If you want to SUPPORT most browsers, then do not EXCEED 50 cookies per domain and 4093 BYTES per domain. That is, the size of all cookies should not exceed 4093 bytes. |
|