summaryrefslogtreecommitdiffstats
path: root/samples/client/session/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'samples/client/session/README.txt')
-rw-r--r--samples/client/session/README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/client/session/README.txt b/samples/client/session/README.txt
new file mode 100644
index 0000000..a3e8817
--- /dev/null
+++ b/samples/client/session/README.txt
@@ -0,0 +1,10 @@
+Client Sample -session
+-------------------
+
+This is a sample to help test http cookie session.
+This sample works with session service. When the service is accessed for the
+first time it will store some key value pairs in a session database. Then it will send
+back the session id and expire time in a cookie header. The client send these
+back in its subsequent requests to the service. Then the service will be able
+to retrieve the session values corresponding to the session id from it's
+internal session database.