Greetings all,
I have a Design/Admin problem that hopefully someone can assist with. We have 2 web servers that are clustered for load balancing. The problem is, in one web application, users can review existing documents and hit a button to compose a response. Upon submitting the response document, the information they provided is appended to a field in the parent document and the response is discarded. They are then taken to that parent document via URL in $$Return (when the response document was submitted).
The problem is, because of load balancing, you can hit either server at any given time. So if it saves the changes to the parent document on one server, but you hit the other server when it reloads it from $$Return, users can’t see their updates.
Anyone have any ideas on a workaround for this?