Is it possible to increase special session timeout in mvc?

54 Views Asked by At

Is it possible to increase special session timeout in mvc?

something like :

Session.Timeout = 30;
Session["example"] = obj;

Thanks!

0

There are 0 best solutions below