y, June 16, 2004 12:02 PM
To: [EMAIL PROTECTED]
Subject: RE: session in AddressBook sample
Ivan,
Thanks for explanation, it helps in understanding... I write you, not to
a user list, because don't want to disturb all...
So I know now why session does not work for me: I don't know h
t: Tuesday, June 15, 2004 3:21 PM
To: [EMAIL PROTECTED]
Subject: RE: session in AddressBook sample
I'm using it successfully in Axis 1.1 via request handlers and a custom
version SimpleSessionHandler. There, you will see that Message context
contains a list of ActiveSessions, and each section is
I'm using it successfully in Axis 1.1 via request handlers and a custom
version SimpleSessionHandler. There, you will see that Message context
contains a list of ActiveSessions, and each section is in turn nothing
but a hash table with stuff that survives across invocations.
All my web service met