I have an website. When the user is logged the session details will loaded. When the user logged out the session details will abandoned. (Log out by clicking the logout menu
You could configure your sessions to time out quicker.
In web.config:
< sessionState ... timeout="5" />