Dear All,
We have a situation (very strange one). Here is the setup.
Our application is written in
struts 1.1. The configuration is as follow.
Internet --> Sun One Web Server (7.0) --> WebLogic (10) ---> Database
Our application has one page where we will receive form post variable from browser client and display the information based on the data in the form.
Currently, if there are two clients coming in at the same time, 2nd user is seeing first user's page. Our application receives the data posted by 2nd user but the page for the 1st user is served to 2nd user.
Help!
Is it configuration issue?
Aung