5

I want to set session time for the user who sits idle without doing any work.

After a specific time when user comes again and works on that then it should redirect to login page.

4

1 に答える 1

5

You need session timeout. There are different ways to do that using ASP.NET MVC. Please, take a look on these tutorials and choose the way that fits better to you:

于 2012-12-11T11:34:41.947 に答える