summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/client/session/README.txt4
1 files changed, 4 insertions, 0 deletions
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.