How to keep user login in to system and logout only after user clicks on logout button?

后端 未结 8 1456
傲寒
傲寒 2021-02-13 10:26

I am using custom implementation of microsoft asp.net identity because i have custom tables that is why i have given custom implementation of all my methods IUserStore a

8条回答
  •  忘了有多久
    2021-02-13 10:40

    You should also configure the session timeout at the application pool level in IIS as it is described here: https://technet.microsoft.com/en-us/library/cc771956(v=ws.10).aspx

提交回复
热议问题