Hi,

I have a servlet whose doPost() method is getting called twice even thought 
the servlet is called only once from a particular jsp. This behavior is 
highly inconsistent. Also there is a statement request.getSession(true) in 
the doGet method. For the same request, do the problem of the doGet() 
method being called twice , the request.getSession(true) is giving two 
different sessions.

The above behavior is inconsistent. The probability of this error is 70%.

Any help on this will be greatly appreciated.

Regards,
Pankaj

Reply via email to