If in an ASP.NET application the timeout happened and user is logged out. Will entering the Web App URL or opening a Page in the application makes a new session or renews the old session?(Browser shows same session ID, that makes me a bit more confused) whats the difference? Similarly, when a user closes the browser and reopens it after a timeout, will it be a new session or a renewal of old one?
This is quite a novice question but helps in my understanding of Sessions. pls clarify.