You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by da...@apache.org on 2010/08/03 11:59:43 UTC

svn commit: r981801 - /axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt

Author: damitha
Date: Tue Aug  3 09:59:42 2010
New Revision: 981801

URL: http://svn.apache.org/viewvc?rev=981801&view=rev
Log: (empty)

Modified:
    axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt

Modified: axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt?rev=981801&r1=981800&r2=981801&view=diff
==============================================================================
--- axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt (original)
+++ axis/axis2/c/core/branches/c/1.7.x/1.7.0/c/samples/client/session/README.txt Tue Aug  3 09:59:42 2010
@@ -8,3 +8,7 @@ back the session id and expire time in a
 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.