How to Redirect user to another page after Session gets Over or End?

 Posted by Vishalneeraj-24503 on 3/1/2015 | Category: ASP.NET Interview questions | Views: 1473 | Points: 40
Answer:

In Web.Config file,we can do:-
<authentication mode="Forms">

<forms loginUrl = "~/Login.aspx" slidingExpiration = "true" timeout = "20" />
</authentication>

Here,20 is a Timeout in MINUTES.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response