I want to know whether it is recommended or not to use HTTP sessions in servlets to store huge objects (such as result sets). I need to display some data across several pages and sessions seemed to be the only solution since I need to avoid repeated access to the data source (not a database, but a C++ process in my case). I am using JRun 3.0 on HP-UX. And the application doesn't have a very high traffic (let's say 20 simultaneous users should be supported). Thanks, Suresh ___________________________________________________________________________ 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
