From 6352a132dac3f34ca882dc0c869f17d146b37909 Mon Sep 17 00:00:00 2001 From: damitha Date: Tue, 3 Aug 2010 09:55:52 +0000 Subject: git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981799 13f79535-47bb-0310-9956-ffa450edef68 --- samples/client/session/README.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'samples') diff --git a/samples/client/session/README.txt b/samples/client/session/README.txt index a3e8817..0602c93 100644 --- a/samples/client/session/README.txt +++ b/samples/client/session/README.txt @@ -8,3 +8,7 @@ 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. + +Note: This client should be run after deploying session service on Axis2/C +Apache module. See README file on session service to learn how to configure +Axis2/C Apache module to run session service. -- cgit v1.1-32-gdbae