File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Cookie value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Cookie value" Watch "Cookie value" New topic
Author

Cookie value

Cameron Park
Ranch Hand

Joined: Apr 06, 2001
Posts: 371
Hi, I was wondering if the values we put in cookies need to be String. Can it be some arbitray object like the value in a HttpSession object?
Thanks a million.
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
A cookie can only hold Strings
------------------
Moderator of the JDBC Forum


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
Cameron Park
Ranch Hand

Joined: Apr 06, 2001
Posts: 371
Thank you very much.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Cookie value
 
Similar Threads
CachedRowSet
null
most common patterns
Process Object --- Design Pattern ???
Is transfer object pattern the same as value object pattern?