| |
| | : Class Cookie |
 | | A cookie has a name, a single value, and optional attributes such as a comment, path and domain qualifiers, a maximum age, and a version number. |
 | | The browser is expected to support 20 cookies for each Web server, 300 cookies total, and may limit cookie size to 4 KB each. |
 | | A cookie's path must include the servlet that set the cookie, for example, /catalog, which makes the cookie visible to all directories on the server under /catalog. |
| java.sun.com /j2ee/1.4/docs/api/javax/servlet/http/Cookie.html (1195 words) |
|