Hi Godwin, As a side note if you use http-client you can send maximum two concurrent requests which is not sufficient for production setups. You can use connection managers such as PoolingConnectionManagers which provides more fine grained configurations.
[1] http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingClientConnectionManager.html Touched, not typed. Erroneous words are a feature, not a typo. On Oct 23, 2014 9:39 PM, [email protected] wrote: Hi Laxman, Yes session variables are stored in server side. But server should identify subsequent request are from the same client right. Since HTTP is stateless cookies(ex JSessionId) is used to identify the client. That's what HTTP context might do. Otherwise normal multiple HTTP calls won't be recognized as separate clients. @Godwin hope it is your requirement. Touched, not typed. Erroneous words are a feature, not a typo.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
