I'm facing a problem in our application. In application we are using JSP and Java Beans.
Some data are not saving properly according to session. Suppose, User 1 has been logged on.
Some field values of user1 has been set in a session within the JSP page . When we are going
to save the attributes , some values of attributes are coming from another session like from the
session of user2.
On the JSP page we are using the implicit session object. But at the runtime the session object is changing.
It's not happening all time. It's happening sometimes. If we insert data for 30 times, it's happing 2 or 3 times.
So I cannot detecting the problem.
Please help me ASAP