summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2003-05-26 15:44:58 +0000
committerDwayne Boone <dwayne@zeroc.com>2003-05-26 15:44:58 +0000
commit62893828df8e2d97b2bec5771ee75d0758e66ade (patch)
treeafd8912c5721c627fb1aaf52ee365272beeb971c /cpp
parentAdded note about session timeout. (diff)
downloadice-62893828df8e2d97b2bec5771ee75d0758e66ade.tar.bz2
ice-62893828df8e2d97b2bec5771ee75d0758e66ade.tar.xz
ice-62893828df8e2d97b2bec5771ee75d0758e66ade.zip
Added note about session timeout
Diffstat (limited to 'cpp')
-rw-r--r--cpp/demo/Glacier/session/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/demo/Glacier/session/README b/cpp/demo/Glacier/session/README
index 78115ab6484..11119a0c9d5 100644
--- a/cpp/demo/Glacier/session/README
+++ b/cpp/demo/Glacier/session/README
@@ -14,3 +14,8 @@ $ ./client
You will be asked for a userid and a password. Any userid/password
combination with the password being the same as the userid will be
accepted (for example, userid="test" and password="test").
+
+If no data is received from the client for a period of 60 seconds
+(this timeout is configurable) the glacier session will be terminated.
+In order for more data to be sent it is required that a new session be
+created by restarting the client and logging in again.