Detect x minutes of innactivity in downloaded WebForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone provide me with code (C# and/or JavaScript) that will recognize when there has been x minutes of innactivity by the end user in a downloaded WebForm and then kill (abandon) the current session and redirect to another page.
 
Session.Timeout

mg said:
Can someone provide me with code (C# and/or JavaScript) that will
recognize when there has been x minutes of innactivity by the end user in a
downloaded WebForm and then kill (abandon) the current session and redirect
to another page.
 
Back
Top