HI all,
We're running a servlet which takes some values from the user. We need these names to
be shared among the other servlets i.e. basically sharing session data.
I've created a Cookie object in the above servlet and I was able to display the cookie
names/values with another servlet.
But, here is the problem
1. In order to differenciate data, I need to set the following info. in the cookie.
id, Actual value, Assigned value.
If I've 100 Actual values with 20 integers each and same for Assigned values, Is
there any limitation with cookies size?
2. How do other applications share the data?
3. If above idea seems silly, what is the best alternative, how about URL passing?
Sri
___________________________________________________________________________
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