Hi,
In our application static class variables are created when application is invoked by a user and these variables are accessed throughout the application, once the user shutdown application dose it get cleared from the memory by GC
Note: Application refers to Web application developed using asp.net and c#.net.