When I navigate through the URL based on the session, the session will expire if the user is inactive on the site. The issue arises when a user is considered inactive because the session expires after a certain period of inactivity and then redirects to the login page. However, if the user has the developer tools open, they may still be active in that window, even though the site treats it as a separate window and considers the user inactive. This situation seems incorrect, doesn't it?
If the developer tools are open, the session timer should pause. If the developer tools are closed, the session timer should restart.