Home All Groups Group Topic Archive Search About

Session variable randomly mixed or lost?

Author
5 Oct 2006 7:14 AM
Xavi Espi
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 ***

Author
6 Oct 2006 8:14 PM
Cowboy (Gregory A. Beamer)
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.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
Show quoteHide quote
"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 ***
Are all your drivers up to date? click for free checkup

Author
9 Oct 2006 6:49 AM
Xavi Espi
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 ***

Bookmark and Share