Re: What's the rigth way to do it ?

2002-03-10 Thread Bin Zhou
Slimane, I think I now understand what you are asking about. Basically I think your understanding of the session bean is right. In web application, we usually put the session bean as an object in the http session. I think the following are what you may think when deciding which way to use:

Re: What's the rigth way to do it ?

2002-03-10 Thread Bin Zhou
the getParameter() method Thanks again, Slimane At 10:27 10/03/2002 -0500, Someone poor demented soul by the name of Bin Zhou presented us with the following text which may contain useless information. Slimane, I think I now understand what you are asking about. Basically I think your

Re: What's the rigth way to do it ?

2002-03-09 Thread Bin Zhou
Slimane Neither way will work for you as the session object will be for a single user only. Putting things in the URL query string has the same effect. What you should be looking for may be Appliation scope object or some other ways like persist the data to the database or server file etc.