DM> create multiple cookies, each having a name and value?

as Jason Hunter points out in his book "Java Servlet Programming", Browsers are
only required to accept 20 cookies per site, 300 total per user, and they can
limit each cookie's size to 4k. When using the Session Tracking API, these
limitations really do not matter, cause you store those key/value pairs on the
server.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to