While working on a web application, once upon a time I was presented some weird behavior on ASP.NET.
In ASP.Net web application, When you delete a directory the session gets expired automatically. This is one of the frustrating error. It is the default nature if you are deleting a sub-directory within your application, your app domain will restart. This removes all session data.
Following observations will help you to find base of this issue:
- Session times out randomly while working on the application.