Re: Servlets and Threads another really basic question!

2000-05-24 Thread Nic Ferrier
>>> Marc Krisjanous <[EMAIL PROTECTED]> 24-May-00 9:45:05 AM >>> >Now, will the shopping cart servlet put data into the >shopping cart class that is related to the individual session?? >I believe so - I believe that some how the servlet knows what >shopping cart class is related to that customers

Servlets and Threads another really basic question!

2000-05-24 Thread Marc Krisjanous
Hi all, forgive me but I am a little knew to Servlets! Could someone clarify this for me: I have a shopping cart servlet that accepts requests from JSP pages. The servlet creates a shopping cart class and gets data entered into the JSP page from the request object and populates the shopping cart