The answer to this tricky question, after much google searching came down to be the way in which the WebKit Cache works and how the unload event is not fired when the page is called from cache. the following solution worked for me; adding the onunload=”” to the body tag. another solution is to create [...]
