Good day community,
I'm doing a case management form in ASP.NET, which consists of a grid (asp: gridview) of cases that users manage, which redirects to a form, if a user is in the form of one of all cases, no other can access ... that could be controlled with a variable of application that is set when the user enters and validate it later if some other user wants to enter, but how to validate if the user in management is not doing any action or close the browser? Is there an application variable that expires every so often?