I have a web form, when the user clicks on the save button, it saves and reload the saved document in edit mode.
However, if a timed out has occurred and the user clicks on the save button, a login screen appears. After putting the username and password, a server default screen is loaded, rather than the saved document in edit mode.
My findings are that the document is still being saved, however, the WebQuerySave agent does not seem to have run.
Any suggestions?