Groups | Blog | Home
all groups > asp.net announcements > august 2004 >

asp.net announcements : Session data is being shared across multiple sessions


Shankar Reddy
8/23/2004 12:09:26 PM
Hi All,

Problem: Data is being shared across multiple sessions in ASP.NET!


Does anybody come across this kind of situation where session data or view
state data is being shared across different sessions? is it a bug in
ASP.NET? or is it some thing i have to take care programatically when we
develop asp.net application?



Thanks in advance.

Shan

bruce barker
8/23/2004 12:32:28 PM
most likely a bug in your code. you are probably storing data in a vb module
or shared property (static in c#)

-- bruce (sqlwork.com)


[quoted text, click to view]

Cor Ligthert
8/24/2004 8:50:48 AM

[quoted text, click to view]

(Just as a little addition) or cache

Cor

Ignacio Machin ( .NET/ C# MVP )
8/24/2004 9:02:49 AM
Nop,

Where are you keeing the shared data?
Are you generating somehow the session ID?

Cheers,


--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation



[quoted text, click to view]

Shankar Reddy
9/2/2004 11:27:00 AM
I was using output chache by mistake..



[quoted text, click to view]

AddThis Social Bookmark Button