Sessions

D

darsin

How can i limit number of session in an asp.net application....
Eg i want only 5 logins at a time on my server
 
J

Jeffrey Hasan

You will need to do this programmatically, by tracking the count of user
sessions and then preventing access to user #6 and higher.You have a choice
of options for how you track the count. You can maintain the count in an
Application variable, or, you can record it in a database table.

Jeffrey Hasan, MCSD
President, Bluestone Partners, Inc.
 

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,770
Messages
2,569,585
Members
45,080
Latest member
mikkipirss

Latest Threads

Top