|
|
@@ -871,12 +871,13 @@ document.write("Last Published: " + document.lastModified);
|
|
|
which has be reestablished on a different server. The normal cause of this error is
|
|
|
a client that sends a request to a server, but the network packet gets delayed, so
|
|
|
the client times out and connects to a new server. When the delayed packet arrives at
|
|
|
- the first server, the old server detects that the session has moved and sends back
|
|
|
- the SESSION_MOVED error. Clients normally do not see this error since they do not read
|
|
|
+ the first server, the old server detects that the session has moved, and closes the
|
|
|
+ client connection. Clients normally do not see this error since they do not read
|
|
|
from those old connections. (Old connections are usually closed.) One situation in which this
|
|
|
- error can be seen is when two clients try to reestablish the same connection using
|
|
|
+ condition can be seen is when two clients try to reestablish the same connection using
|
|
|
a saved session id and password. One of the clients will reestablish the connection
|
|
|
- and the second client will get the SessionMovedException.</p>
|
|
|
+ and the second client will be disconnected (causing the pair to attempt to re-establish
|
|
|
+ it's connection/session indefinitely).</p>
|
|
|
</div>
|
|
|
|
|
|
|