summaryrefslogtreecommitdiffstats
path: root/doc/afb-application-writing.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/afb-application-writing.html')
-rw-r--r--doc/afb-application-writing.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/afb-application-writing.html b/doc/afb-application-writing.html
index f1e89904..e0bb42c0 100644
--- a/doc/afb-application-writing.html
+++ b/doc/afb-application-writing.html
@@ -109,13 +109,15 @@ of the client named session.</p>
<h3>Handling sessions</h3>
<p>Plugins and features of the binder need to keep track of the client
-instances. In principle, a binder afb-daemon is launched by application
-instance. But for services, a binder</p>
+instances. This of importance for plugins running as service
+because they may have to separate the data of each client.</p>
+
+<p>For common HTML5 browser running an HTML5 application.</p>
<a name="Exchanging.tokens"></a>
<h3>Exchanging tokens</h3>
-<p>At start, the framework communicate a common secret to both the binder
+<p>At start, the framework communicates a common secret to both the binder
and its client: the application. This initial secret is the
initial token.</p>