resuming view of web app page
I have web app (not phonegap) with page for admin functions. If user turns off device while on page (or bookmarks page) I want to be able to force reload the page when they come back.
I am not sure what this would be called or if its possible Is see the resume event as option but that is for phonegap app right?
I use appery db and currently assume good token for this page's various possible edits. I do not want to have to check/get new token for each activity if at all possible. Rather, I want to reload page and test for good token.
A slightly separate issue is with the sub pages. I want to disallow them to be used again (on resume or bookmark) without starting on main admin page- I want to force user back to main admin page. Is this possible?