Number of connections

R

Randy

Hello All,
I was wondering if there's some way in .NET to detect or limit the number of
connections any one person can have. For example, say you log in to a web
site. Is there a way I can detect that you're not already logged in and let
you on in. And, if you try to log in again while the first instance is
running (by lauching another browser), then detect you're already logged in
and not let you in the second time?

Thanks for any help
 
L

Lucas Tam

For example, say you log in to a web
site. Is there a way I can detect that you're not already logged in
and let you on in. And, if you try to log in again while the first
instance is running (by lauching another browser), then detect you're
already logged in and not let you in the second time?

Take a look at the events in the global.asax, you can flag a user in there.
 

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
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top