Auto Logout from Asp.net Identity when user is Inactive
问题 I am devoloping Asp.net mvc application with Asp.net Identity framework with a requirement of user should be autologout after 10 mins only when the user is inactive(With out mouse movement/Click).I have tried with code which works as user logsout even when the user is active in the application,Can any one help me out in accomplishing these ASAP.Response would be appreciated Please find my Starup.cs file code here: using System; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity