S
Sachin
I am implementing a shoping cart apllication using ejb stateful session
beans as an excercise in learning ejb. I use a jsp page as the client.
I use sun system application server. My problem is, when the web server
use the same JSP instance to handle multiple requests for the same jsp
page, same state of the bean instance may be shared among multiple
clients. So this can produce wrong results and how i avoid this? Please
help me.
beans as an excercise in learning ejb. I use a jsp page as the client.
I use sun system application server. My problem is, when the web server
use the same JSP instance to handle multiple requests for the same jsp
page, same state of the bean instance may be shared among multiple
clients. So this can produce wrong results and how i avoid this? Please
help me.