ASP.net Session Destroy if he closes the browser

前端 未结 8 1096
孤独总比滥情好
孤独总比滥情好 2021-01-17 03:34

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

相关标签:
8条回答
  • 2021-01-17 04:21

    You could configure your sessions to time out quicker.

    In web.config:

    < sessionState ... timeout="5" />
    
    0 讨论(0)
  • 2021-01-17 04:28

    Here is an interesting post detailing this.

    0 讨论(0)
提交回复
热议问题