Mention that session id's are globally unique.

This commit is contained in:
Andrew Wilcox
2013-11-20 19:10:53 -05:00
committed by Nick Martin
parent f8a1641517
commit 5496a4c514

View File

@@ -508,7 +508,7 @@ The `SessionHandle` is an object containing the following fields:
<dl class="objdesc">
{{#dtdd name="id" type="String"}}
The session id, unique to this session.
The globally unique session id.
{{/dtdd}}
{{#dtdd name="close" type="Function"}}