I want to set a time limit to all connections. Client has nnn seconds from the time client connects to the time client sends user name and password. If time expires then disconnect that socket connection.
Should I use one Timer control for all or one timer control per connection. Should I even use a timer control. What is the best way to set this up
Should I use one Timer control for all or one timer control per connection. Should I even use a timer control. What is the best way to set this up