diff options
author | damitha | 2010-08-03 09:55:52 +0000 |
---|---|---|
committer | damitha | 2010-08-03 09:55:52 +0000 |
commit | 6352a132dac3f34ca882dc0c869f17d146b37909 (patch) | |
tree | d2f960c9d8c880ab66a82576ee45f46e956ffaee /samples | |
parent | dff8f7f1a06425da86215020b37609c3ee9d5e62 (diff) | |
download | axis2c-6352a132dac3f34ca882dc0c869f17d146b37909.tar.gz axis2c-6352a132dac3f34ca882dc0c869f17d146b37909.tar.bz2 |
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/session/README.txt | 4 |
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.
|