apache AXIS session timeout

2005-02-16 Thread moritz
Hey there, I'm looking for a solution to the following problem. I'm trying to develop a rather simple Webservice with Axis 1_1 and want to use axis's built-in session-support. When a user logs in (e.g calls login method) user will be marked as online, so that user of the same webservice may see t

session-timeout

2004-11-13 Thread Matthias Wessendorf
Hi folks, I would like to have no sessions for Axis-Servlet. My WebService uses a connection to a C++-application-server. Connecting to this server is expensive. How do I realize, that ALL request are served by the same session? Is there something to configure session-timeout, that I only have

axis 1.2 beta with Jetty 5.0: IllegalStateException on session timeout

2004-10-01 Thread Silvano Maffeis
Hi I'm using axis 1.2 beta with Jetty 5.0. I'm getting the following exception when the HTTP session (created by an Axis client) is being destroyed: java.lang.IllegalStateException at org.mortbay.jetty.servlet.AbstractSessionManager$Session.getAttribute(AbstractSessionManager.java:663) at

AW: Session timeout? (SimpleSessionHandler)

2004-07-01 Thread Dorner Thomas
: Günter Ladwig [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Juni 2004 14:28 An: [EMAIL PROTECTED] Betreff: Re: Session timeout? (SimpleSessionHandler) Hi! I didn't get any response to the message below. Is there really no one who knows how to set the timeout? Or is there some

Re: Session timeout? (SimpleSessionHandler)

2004-06-30 Thread karim
ou to define the session timeout : 5 But I'm not sure that it'll solve your problem because you said that the session ID is changed in less than 2 minutes. Karim

Re: Session timeout? (SimpleSessionHandler)

2004-06-30 Thread Günter Ladwig
Hi! I didn't get any response to the message below. Is there really no one who knows how to set the timeout? Or is there some other workaround? Thanks in advance. Günter Günter Ladwig wrote: Hi, I'm having some problems with SOAP sessions (SimpleSessionHandler). The web service I'm trying to dev

Setting Session Timeout in the AxisEngine

2004-06-23 Thread Huaiyang Mao
Hello, do you know how can I set the session timeout in the AxisEngine so that the instance created in the session wird be invalid ? Is it possible that after the session timeout, the service intance will get the possibility to close the database connection created in the instance? Many thanks

Session timeout? (SimpleSessionHandler)

2004-06-19 Thread Günter Ladwig
Hi, I'm having some problems with SOAP sessions (SimpleSessionHandler). The web service I'm trying to develop has an initialize() method which needs to be called once before subsequent calls to learnFromURL(). Because of this the object needs to be persistent, which is why I decided to use sess

Session timeout

2003-12-17 Thread Steffen Mayer
Hi, my service needs to know when a Session timed out. This is useful to do some final work.How can I find out, when the Session is timed out. Ok, i can compute it, but this is not very accurate. Thanks a lot. Greetings and merry xmas, Steffen

Session Timeout?

2003-03-11 Thread Almeida, Timothy
What determines the session timeout if one has specified 'session scope' for one's web service? Would it be through the use of a entry in the web.xml for the Axis webapp? For example: ... 60 ...