Is it possible to find out the number of active sessions connected to your web application? Or do I have to keep my own count by incrementing in Session_Start() and decrementing in Session_End()?

I need to limit the number of sessions connecting at any one time...