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
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
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
: 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
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
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
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
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
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
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
...
10 matches
Mail list logo