cross session issue

G

Guest

Hello,

I have been trying to figure an issue with our asp.net application. The
application is used to enquire whether a particular word is available. Every
now and then ( mostly when two users try at the same time) one user response
shows up on the other users screen.

The requested value was stored in a session, some processing done to verify
that it is available and then displayed along with its availability status.
session("word") = txtInput.txt
strStatus = process(session("word"))
lblMessage.txt = session("word") + strStatus

On some debugging, i found that the session ids are the same for both the
users.

The timeouts for sessions is set to around 20 minutes. Also, some search
indicated that kernel caching needs to be turned off which did not help
either.

The asp.net application used to run on W2K Server and IIS 5.0 and currently
runs on W2K3 Server and IIS 6.0.

Any suggestions are appreciated.

Thanks,
prash
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,586
Members
45,084
Latest member
HansGeorgi

Latest Threads

Top