Changing the cookie storage place

2003-03-20 Thread Sandeep G Nijsure
Hi all, I have using Axis to communicate with a web service from inside a Jetspeed portal, which is essentially a web application. Now each of the users of the portal need to have different sessions with the web service. But since the portal webapp runs under the login of a single Unix user, all

Re: Session handling

2002-10-24 Thread Sandeep G Nijsure
I be needed to do that? thanx Sandeep On Thu, 24 Oct 2002, Ricky Ho wrote: > You are using different stub for different user. Do you put the each stub > in the HttpSession ? How do you get a particular stub ? > > Rgds, Ricky > > At 08:21 PM 10/23/2002 -0500, Sandeep G N

Session handling

2002-10-23 Thread Sandeep G Nijsure
Hi all, Could someone plz. explain me the diff between session management using cookies and SOAP headers? What is the default in Axis? I have the following problem: I am talking to a Axis based web service from inside a Jetspeed portlet (for our purpose, we can assume it's a servlet). Differen