Link to home
Start Free TrialLog in
Avatar of tpgriffin
tpgriffin

asked on

Global static session variables corrupted

Our Global Static ASP.net Session variables appear to be corrupted across different user sessions. Additionally, ASP.net is calling C# functions.

ie: One user is overwriting another user's session vars.

Is this possible or should I be looking at something else as the source of the problem?

Thanks

tg
SOLUTION
Avatar of Raju Srivatsavaye
Raju Srivatsavaye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Christopher Kile
Christopher Kile
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tpgriffin
tpgriffin

ASKER

The Session ID may not be unique (cpkilekofp) or the variables may not be session variables (Tanglin05). I'm confirming today. Thanks!
Our co-op programmer didn't setup a session at all. So all solutions are valid.