diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Glacier/session/README | 5 |
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. |