Hi,
We currently have an application where a user submits a form.
The application has replicas on 2 servers A, B.
When the form is saved as draft we redirect the user back to the same document. However when the document is saved for the first time the redirection fails as the replication between servers takes about 3-4 seconds and maybe more.
Since the load balancer simply alternates between A and B for each request and does not verify the session on any one server the Page not found is displayed.
Is there a work around for this without having to change the application itself? and how can we take care of the replication delay?
Thanks in advance for all the help
Monisha