RE: session in AddressBook sample

2004-06-17 Thread Ivan Vasquez
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

RE: session in AddressBook sample

2004-06-16 Thread Yakubovich, Alexey
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

RE: session in AddressBook sample

2004-06-15 Thread Ivan Vasquez
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