I want to insert a visitor counter in my ASP site, so I've used a global.asax file to implement that. The problem is when the session ends the "AllVisitorCount" gets the default value which is set to 0 in my web.Config.I want to insert a visitor counter in my ASP si