been working on a project now for almost 12 months with about another 5 programmers and we have been testing the software on our own machines (each programmers computer has its own copy of IIS)

but we have been storing user specific variables in session variables .... not knowing that these are global to the system so .... when another user logs in the variables are over written !

can n e one suggest a place to store them ?

or suggest a way around the session variables so we can make them user specific

many thanks
Optimus