Hi, I'm very new to JSP and Beans. I have to create something that users will log into from a jsp page and a bean (i suppose) keeping track of who is logged into the system. (There can be multiple people at once) I think the best way would be to create an collection (like a vector) of HttpSession objects, one for each person logged in, but I'm not sure. Also, I just can't figure out how to do this. I read the information on HttpSession objects that came with Jakarta-Tomcat server, but I dont get how to implement it. If anyone can suggest a better way to do this, or knows some example code I could look at please email me. Thanks. Pete Walsh =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
