R
Randhir Singh
Hello,
I developed a straight forward J2EE web application that allows users
to query a LDAP server. This app was built following a previous ASP
version. The problem that I'm having is that anytime I click a link
or button twice (before the link page loads up) the next page displays
all the data twice. Additionally, if I have two queries running on
the same machine in two different IE windows at the same time, the
data from the second query shows up on the other query's page in
addition to the data from the original query (hope that makes sense).
It seems as if the iPlanet web server cant distinguish that the two IE
windows are different sessions.
My major question is:
Why do JSP pages display data twice if a link or button is clicked
twice, and how can i prevent this?
Thanks,
Randhir
I developed a straight forward J2EE web application that allows users
to query a LDAP server. This app was built following a previous ASP
version. The problem that I'm having is that anytime I click a link
or button twice (before the link page loads up) the next page displays
all the data twice. Additionally, if I have two queries running on
the same machine in two different IE windows at the same time, the
data from the second query shows up on the other query's page in
addition to the data from the original query (hope that makes sense).
It seems as if the iPlanet web server cant distinguish that the two IE
windows are different sessions.
My major question is:
Why do JSP pages display data twice if a link or button is clicked
twice, and how can i prevent this?
Thanks,
Randhir