From b75135aaf338a8c59fadb33a7d06ab3ffe55fa07 Mon Sep 17 00:00:00 2001 From: damitha Date: Sun, 27 Jun 2010 02:26:55 +0000 Subject: 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 --- samples/client/session/README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 samples/client/session/README.txt (limited to 'samples/client/session/README.txt') 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. -- cgit v1.1-32-gdbae