AW: sessions and client config

2003-02-11 Thread Sven Dilsen
]]Gesendet: Dienstag, 11. Februar 2003 10:33An: [EMAIL PROTECTED]Betreff: AW: sessions and client config Hi Sven, here is the extra code: import org.apache.axis.utils.SessionUtils; ... SessionUtils session = new SessionUtils(); call.setProperty("SimpleSessi

AW: sessions and client config

2003-02-11 Thread Oliver Adler
7; Cc: Betreff: AW: sessions and client config Thanks, but how can I do that ? A litte example which shows what extra steps are necessary would be helpful. Regards Sven -Urs

AW: sessions and client config

2003-02-11 Thread Sven Dilsen
: sessions and client config Hi, the simple session handler adds the session  id  only if there exists the right property in MessageContext. If this property doesn't exists the session header will not be craeted.     Hi,I fiddled around with session management in Axis

AW: sessions and client config

2003-02-10 Thread Oliver Adler
inside the tag. Another question: How can I set e.g. the timeout for the SessionHandler ? Is there a way to put it in server wsdd ? As I mentioned before, the server bits are generated. In which part can I put handler related stuff like changing the timeout programmatically (in the skeleton ?). Thanks Sven -Ursprüngliche Nachricht- Von: Sven Dilsen [mailto:[EMAIL PROTECTED]] Gesendet: Mo 10.02.2003 11.51 Uhr An: '[EMAIL PROTECTED]' Cc: Betreff: sessions and client config <>

sessions and client config

2003-02-10 Thread Sven Dilsen
Hi, I fiddled around with session management in Axis for a few days now and I encountered some problems, mainly related to the client configuration. The following explanation is quite long but I think necessary to get the whole background. OK First I tested the example test.session.TestSimpleSes