SoftwareSavant
SoftwareSavant

Reputation: 9757

Navigating to a different page based on a timer in MVC2

I was hoping that I could be able to send a user to a different page if they have not executed any functions in a certain time frame. Is there some kind of timer that I can execute to accopmlish this?

Thanks, Derek

Upvotes: 0

Views: 47

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039110

You could use the jQuery idle plugin.

Upvotes: 1

Related Questions