Session data is being shared across multiple sessions

S

Shankar Reddy

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
 
B

bruce barker

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)
 
C

Cor Ligthert

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)

(Just as a little addition) or cache

Cor
 
I

Ignacio Machin \( .NET/ C# MVP \)

Nop,

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

Cheers,
 
S

Shankar Reddy

I was using output chache by mistake..



Ignacio Machin ( .NET/ C# MVP ) said:
Nop,

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

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top