RE: http sessions with non browser clients.

2004-12-17 Thread Vikas Phonsa
Thanks for your reply, >> Either use http sessions or SOAP sessions Do you know of any resource where I can learn how to use SOAP sessions? Are you referring to the use of SimpleSessionHandler? If yes then some configuration would be required on the client side. How do you publi

Re: http sessions with non browser clients.

2004-12-17 Thread sandeep arshanapally
Either use http sessions or SOAP sessions. In either case there has to be some code on the client side to do this...But if you worried about non-browser clients then go with the SOAP sessions and manage sessions yourself on the server-side. On Thu, 16 Dec 2004 18:02:42 -0800, Vikas Phonsa

http sessions with non browser clients.

2004-12-16 Thread Vikas Phonsa
Hi Everybody, I have learned that in order to maintain sessions in web services that use Apache Axis some effort (configuration) is required on the client side. If the client is a browser, then it can send the session cookie back to the server on itself. But web services clients could be stand al

AW: HTTP sessions

2004-11-17 Thread Dorner, Thomas
o:[EMAIL PROTECTED] Gesendet: Dienstag, 16. November 2004 22:39 An: [EMAIL PROTECTED] Betreff: HTTP sessions Hi, Could anybody point towards a resource that teaches how to handle HTTP sessions in web services using Axis? Thanks Vikas

Re: HTTP sessions

2004-11-16 Thread Alexandre Camy
tionHandler { public void invoke(MessageContext msgContext) throws AxisFault { //code here } } Hope this help you Alexandre Camy On Tue, 16 Nov 2004 13:38:35 -0800, Vikas Phonsa <[EMAIL PROTECTED]> wrote: > Hi, > > Could anybody point towards a res

HTTP sessions

2004-11-16 Thread Vikas Phonsa
Hi, Could anybody point towards a resource that teaches how to handle HTTP sessions in web services using Axis? Thanks Vikas

HTTP Sessions

2004-07-26 Thread Matt Kurjanowicz
Hello, I know that this issue has come up before, but I searched through the archives and I haven't been able to fix this using the solutions on the list. For some reason I can't seem to get http sessions to work. When I deploy my service (using a WSDD file), I specify the servi

RE: HTTP Sessions across multiple services

2004-06-10 Thread Abhinav Maheshwari
, ModelService and LoginService and the authentication service checks for the session. Warm regards, Abhinav Maheshwari -Original Message- From: Srinivas Vemula [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 3:53 PM To: [EMAIL PROTECTED] Subject: Re: HTTP Sessions across multiple

Re: HTTP Sessions across multiple services

2004-06-10 Thread Srinivas Vemula
Hi Matt, I am also trying to address the same issue. Please share your experience if you have solved the issue Thanks for your time and help Srini Matt Kurjanowicz wrote: Hello, I've been trying to get sessions to work with axis-1.1 and tomcat 4.1.29. However, I can't seem to get the sess

HTTP Sessions across multiple services

2004-05-26 Thread Matt Kurjanowicz
Hello, I've been trying to get sessions to work with axis-1.1 and tomcat 4.1.29. However, I can't seem to get the sessions to stick. I have a few questions: * Do sessions only work for the same service, say I have a LoginService and a ModelService, does the session from LoginService transfer o