Fix invalid link to sessions page

This commit is contained in:
Vasily Vasilkov 2015-04-22 12:40:27 +03:00
parent d7b736fa6a
commit 3f5e767c30
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ key/value entries.
The `TTL` field is a duration string, and like `LockDelay` it can use "s" as The `TTL` field is a duration string, and like `LockDelay` it can use "s" as
a suffix for seconds. If specified, it must be between 10s and 3600s currently. a suffix for seconds. If specified, it must be between 10s and 3600s currently.
When provided, the session is invalidated if it is not renewed before the TTL When provided, the session is invalidated if it is not renewed before the TTL
expires. See the [session internals page](/docs/internals/session.html) for more expires. See the [session internals page](/docs/internals/sessions.html) for more
documentation of this feature. documentation of this feature.
The return code is 200 on success and returns the ID of the created session: The return code is 200 on success and returns the ID of the created session: