Dear All,i wish to ask You what happen if the user close the browser before the ending of the procedure.
for example
i call a web agent:
http://myserver/mydb.nsf/TestConnection?OpenAgent
the agent perform the following:
a- open an oracle connection (with the LSX)
b- perform an UPDATE in table
c- write this updated on another table
d- return the result of the user
if the user,errorneusly, close the browser (I.E. or Firefox) after the point b) but before the point c)…
what will be the result of the agent ?
the point c) is always performed ?
generally, the code of the domino web agent is always performed, indipendently from what user do with your browser ?
thank you