Hi there. I need some advice about session tracking please...

I'm running a servlet which takes in parameters from a number of web forms,
and asserts facts in an expert system based on the parameter values. I would
like to implement session tracking , but I'm a little confused how it works.
My servlet creates several objects - a servlet assistant object which
creates  2 objects - one is the expert system engine, the other a parser for
a text files of "rules".

Do I just create a session and pass it the object handles? I have the
O'Reilly servlet book - and it talks about passing a string with an object
using putValue - so do I do this for each of the objects? Or do I just
create a servlet assistant object and pass it that? Do I use the same name
for all sessions?

Any help apprecited!!
Many thanks
D Lampon


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
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

Reply via email to