ASP.NET Automatic logout

后端 未结 5 1205
我在风中等你
我在风中等你 2021-01-01 06:12

I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c#.

I am working on having the system log the user out

5条回答
  •  感情败类
    2021-01-01 06:36

    If you don't use "Windows Authentication", this at least depends on the session timeout you can control via web.config:

    
        
            
        
    
    

    As most techniques somehow rely on sessions, this will work in most scenarios.

提交回复
热议问题