ASP.NET Session ID Problem

G

gong mate

We have a problem where a user is picking up other user
sessions. (Running IIS5.0, In Proc Session State)

1. User A logs into our web site and gets sessionid=1.
2. User B logs into our web site and gets sessionid=2.
3. User A clicks on a menu item that navigates them to
page2 at the same time User B clicks on the same menu item
that navigates them to page2.
4. User A now has sessionid=2 as well as User B has
sessionid=2.

Any help would be much appreciated.
 

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

Top