I have an asp.net application that can (theoretically) be deployed on several servers.
As part of a licensing mechanism, I would like to limit the number of open sessions globally.
i.e. the total number of open sessions on all servers cannot be over a certain amount (the amount is dependant on the licensing).
How can I achieve that? I have no problem using 3rd party components (Free or paid)
Few constraints:
- Any server can be shut down at any time.
- I have to assume that the servers are on a closed intranet network (i.e. no outside internet)