JillElaine / jquery-idleTimeout

Idle activity timeout and logout redirect for jQuery for multiple windows & tabs
Other
72 stars 79 forks source link

Querystring based on Timeout vs Click logout, Added include original URL #39

Open yacko1975 opened 8 years ago

yacko1975 commented 8 years ago

Added the ability to set a query string to differentiate between the clicking the logout button vs timing out. This allow you to display different messages on your logout page for if they logged out or if they actually timed out. Also added the ability to include the original page in the query string so its easier to get the individual back to the page they came from.

This requires the need to add Uri.js component to handle the adding of query strings.