The web server never knows when a user "leaves". Each web request to the server is an independant and isolated execution of a page. If you have an application that is resulting in excessive memory usage, then you might have something going wrong. The garbage collection runs automatically periodically and will clean up unused objects.
|