I have a problem with a classic asp page and I just cannot solve it since 3 days.
The page is working with Sessions - sometimes it happens that the ASPSESSIONID cook
You have assigned a value in your session of the user. Try to fetch your fetch your session like this and assign different unique values to every user
<% Session("test") = "test value" a=Session("test") response.Write(a) %>