| Author |
More than One Cookie
|
PraveenKumar Kannankutty
Greenhorn
Joined: Aug 02, 2005
Posts: 13
|
|
Hi, Iam using a cookie to store information in an application. My doubt is can I use one more cookie same as what Iam using now. First of all I want to know is it possible to do so. Can anyone please clariy me? Regards, Praveen.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
As far as the HTTP standard is concerned, rfc2109 is what you need. As far as the Servlet API is concerned, the JavaDocs for javax.servlet.http.C o o k i e give the number of c o o k i e s a browser is expected to handle per web server address. Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: More than One Cookie
|
|
|