On Wednesday 23 October 2002 22:06, Alan Moore wrote:
> FYI:
>
> If your service is marked for session scope, you don't need to
> store your data in the session itself. You can store it in your
> service class as a member variable. This reduces your dependency
> on accessing the Session object via
EMAIL PROTECTED]
Subject: Re: Session question
On Wed, 2002-10-23 at 15:09, Matthias Brunner wrote:
> On Tuesday 22 October 2002 22:03, Timofey Korolyov wrote:
> > On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote:
> > > First of all, set scope to "session" in your deplo
On Wednesday 23 October 2002 13:45, Timofey Korolyov wrote:
>
> here is my code sample. is that ok?
> Sorry for maybe simple question, but there is no code examples
> (expect TestSession) in www (i've searched everything with
> google.com).
>
> public Element getUpdatesList(String branch, String ve
On Wed, 2002-10-23 at 15:09, Matthias Brunner wrote:
> On Tuesday 22 October 2002 22:03, Timofey Korolyov wrote:
> > On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote:
> > > First of all, set scope to "session" in your deployment
> > > descriptor (WSDD file).
> >
> > I've done that, but still not
On Tuesday 22 October 2002 22:03, Timofey Korolyov wrote:
> On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote:
> > First of all, set scope to "session" in your deployment
> > descriptor (WSDD file).
>
> I've done that, but still nothing happens.
You have to call Call.setMaintainSession(true) on
On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote:
> First of all, set scope to "session" in your deployment descriptor
> (WSDD file).
I've done that, but still nothing happens.
Server returns:
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Connection: close
Date: Tue, 22 Oct 2002 19:5
On Mon, 2002-10-21 at 22:26, Matthias Brunner wrote:
> First of all, set scope to "session" in your deployment descriptor
> (WSDD file).
> And look at the session example in the samples dir.
Thank you!
And is it possible to work with sessions from *.jws files?
--
Timofey Korolyov <[EMAIL PROTE
On Tuesday 22 October 2002 09:26, [EMAIL PROTECTED] wrote:
> Hi Matthias,
> I have put Axis on ATG, but the sessions does not get killed
> even though I've set it to "Request" scope. I had to invalidate
> the session from the AxisServlet to kill the session, which I
> definitely don't want(do
|
|cc:
|
| Subject: Re: Session question
|
>---|
On Monday 21 October 2002 19:40, Timofey K