Re: cookies and webservice

2011-01-19 Thread Diego Monni
etProperty(HTTPConstants.COOKIE_STRING); The web service client use an application authentication (service with login method) and it doesn't perform any other autentication. diego 2011/1/19 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Diego, > > On 1/19/2011 9:48

Re: cookies and webservice

2011-01-19 Thread Diego Monni
Thanks for the response. I mean that my application contains jsp pages and webservices. When I call a jsp page the jsessionid is present. When I invoke a service method in the response header jsessionid is not present. diego 2011/1/19 Caldarale, Charles R > > From: Diego Monni [mailto:di

cookies and webservice

2011-01-19 Thread Diego Monni
Hi, I have to use a webservice (tomcat 7.0.0. + axis2 1.5 + jdk 6.0.21) installed in load balancing configuration. I need implement session affinity but in the response there isn't the jsessionid. In the application context the flag cookies is set to true and when I browse the application page the