|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Session variable randomly mixed or lost?Windows 2000 Server SP3 IIS 5.0 NET FRAMEWORK 1.1 SP1 SessionState="InProc" Antivirus deactivate No changes on main files (web.config, machine.config, \bin) No exist Active Directory (changes in ACL are not exist) In machine.config LogLevel="All" No events registered in Event Viewer. aspnet_wp.exe not recycled never. Scenario: Web site accessed by multiple users at the same time. Some user data are stored in a session variables. Randomly one user view data of another user. It ocurrs in two different machines. What can be? Sorry! *** Sent via Developersdex http://www.developersdex.com *** Post in one of the ASP.NET groups, as you are unlikely to get the question
answered in a traditional ASP group. And, post some of the code when you do, as there are things you could be doing that cause this. Also, what is the amount of time before you see this. Immediately after sign on or later? Could be a timeout issue. -- Show quoteHide quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ************************************************* Think outside of the box! ************************************************* "Xavi Espi" <x.esp***@xms.es> wrote in message news:%23ETpc3E6GHA.2120@TK2MSFTNGP03.phx.gbl... > > > Hi, > > Windows 2000 Server SP3 > IIS 5.0 > NET FRAMEWORK 1.1 SP1 > > SessionState="InProc" > > Antivirus deactivate > > No changes on main files (web.config, machine.config, \bin) > > No exist Active Directory (changes in ACL are not exist) > > In machine.config LogLevel="All" > > No events registered in Event Viewer. > > aspnet_wp.exe not recycled never. > > Scenario: > Web site accessed by multiple users at the same time. Some user data are > stored in a session variables. Randomly one user view data of another > user. > > It ocurrs in two different machines. > > What can be? > > Sorry! > > > *** Sent via Developersdex http://www.developersdex.com *** It's not a question of session timeout. I checked this.
This only occurs (usually) when two or more sessions (users) do request at the same time. I can hear in some forums that public shared (vb.net) variables maybe global in application scope??? I generate page using some user controls. There's a problem with these? After review all steps, I only have two things to do: - Migrate to NET Framework 2.0 to determine if is a bug in NET Framework 1.1. - Review again my code Thanks for your help *** Sent via Developersdex http://www.developersdex.com ***
Other interesting topics
Problem with asp page returning a jpg image...
Export data to Excel How do I make sure that a asp page expires immediately and is not stored in the history ??? How to collect uncertain number of people information in a form How expensive is object instantication? 3-factor login system Restrict access by ip Split, convert date question ?? Random GUID type number or RegExp Jet Database Error |
|||||||||||||||||||||||