>>> Paul Szynol <[EMAIL PROTECTED]> 9/17/99 6:09:33 PM >>> >is it possible for each session that accesses a servlet to have its own, >restricted and persistent instance of an object or objects (e.g., an array >or a vector, etc)? Yes. > will multithreading accomplish this? It's not multi-threading, it's the session API. Just add the object you create to your session and.... bingo! Hope that helps. ___________________________________________________________________________ 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