Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: actonwangPosted on 2005-10-24 at 11:25:47ID: 15148644
>> Is it possible to store a Java object in a client side cookie?
You might not directly store your java object but It is possible. say, you have java object which has properties:
String propA;
String propB;
Then you use 2 cookiesto store values for those values of 2 properties. In your code, you control how you retrieve and store between cookies and java object.