Hi! I am wondering where the session info is stored? In client machine
or in web server machine?
I am developing a website with servlet. The user can search a database
using the website. A search can result in a large number of records so
that i cannot display them in one page. so i need give user the
next/previous button to let the user go through the pages that display
the records. so I think i can store all the records (or the ResultSet
handle?) in session, so it is much faster than retrieving the records
from database again.
I do have this experience before. can anyone help?
thanks a lot!
___________________________________________________________________________
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