hi
I have an asp.net app.
When 2 users login the login details from the 1st user appear in the 2nd user. The session.variables from the 2nd user are deleted (null) what could cause this behaviour?
At the momment I'm running 2 sessions of visual studio to check 2 users. the login is ok for each user, I start 2 sessions. The problem arises when I open a web form where I've also generated an html page ontop of the web form using response.write and response.binarywrite. Could this be the problem? If there's only one user everything is ok.
the suggestion in my previouse post concerning response.write, this is not the problem I commented out all the response.write and still have the same problem.
Your input is really appriciated, I'm really strugling with a deadline to meet.
At the moment I'm testing this on 1 pc. But when I've run it on 2 pcs, 2 sepearate users the result is the same the session variable is suddenly non existant.
hmm, really sorry man, i am unable to find a solution. are u using application variables by any chance? otherwise ur server may have some problems in retaining sessions. wht session settings do u have???
It's as if the session memory is getting erased. I started using the session variables cause variables that I was passing between forms where also disappearing.
Excuse my ignorance I can't find where cookies are enabled/disabled in the internet property settings.
It's probabley ok cause for a single user everything's ok.
If you can tell me where to check I will.
In the web.config cookiless=false.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.