summaryrefslogtreecommitdiffstats
path: root/samples/client/session/README.txt
diff options
context:
space:
mode:
authorGravatar damitha2010-06-27 02:26:55 +0000
committerGravatar damitha2010-06-27 02:26:55 +0000
commitb75135aaf338a8c59fadb33a7d06ab3ffe55fa07 (patch)
tree023523c023b49f614209df97f79de554dfc6421e /samples/client/session/README.txt
parentf4ad5cc1b7be608ffbf2d91719fd90c0c02460d7 (diff)
downloadaxis2c-b75135aaf338a8c59fadb33a7d06ab3ffe55fa07.tar.gz
axis2c-b75135aaf338a8c59fadb33a7d06ab3ffe55fa07.tar.bz2
Add sample to demonstrate the http cookie session support
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958315 13f79535-47bb-0310-9956-ffa450edef68
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.