different sessions and globals

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I got an ASP.net application that has some global variables that tells the
program what type of user they are but when multiple people are logged in
everyone gets set to the same type of user. How can I fix this?
 
Disallow anonymous access to the web. Anonymous access means that everyone
logs in using the same Anonymous Internet user account.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Expect the unaccepted.
 

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

Back
Top