Hi All,
I have a problem, when I call the same servlet
from two pc's with diferents parameters
the result is similar.
In the servlet I get the parameters in a String
ej.
String lSVal;
lSVal = new String();
lSVal = req.getParameter("USR");
Maybe, this is the problem because the "lSVal" save the value of the parameter in the same memory locality and the servlet is consulting the value of this memory locality but I dont now
Or I have to do someting in the web server?
I�m working Netscape Enterprise Server 3.61
�Help me!
Tahks!
