From 5496a4c5144ebd2a72a80e9ecbfa076adba7e080 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Wed, 20 Nov 2013 19:10:53 -0500 Subject: [PATCH] Mention that session id's are globally unique. --- docs/client/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/api.html b/docs/client/api.html index d28a750517..14304c28ef 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -508,7 +508,7 @@ The `SessionHandle` is an object containing the following fields:
{{#dtdd name="id" type="String"}} - The session id, unique to this session. + The globally unique session id. {{/dtdd}} {{#dtdd name="close" type="Function"}}