Sanjiva..

I got that!
I was talking about SSL-sessions (not HTTP-sessions).
If the correct term is connection or not I don't know.
But if you look at JSSE - they talk about SSL-sessions.
If you look at SSL-specs they also talk about SSL-sessions.
Below it all we have TCP ...


What I wanted to achieve was to establish an SSL-socket and then
 reuse it.

As I said I suppose the one SSL-session won't solve the "no status 
 SOAP-client exception" but it would be nice to have control so that
 the SSL-negotiations are kept at a minimum.

Scott..
It might very well be that I have to study the server configuration.
As I use it at the moment (one new fresh SSL-session for each call) 
 I don't see how it comes in to play however.

Again..
It might be a misunderstaning from my point when I interpret the ssl-log
 from JSSE but is does say Session-1, Session-2, etc.


/Leif


-----Original Message-----
From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 05, 2002 17:13
To: [EMAIL PROTECTED]
Subject: Re: Reusing SSL-sessions...


Did you mean to say "timeout the connection" and not "timeout
the session"?? If you did mean it, you're mixing session support
and keep-alive support. Apache SOAP does not have keep-alive
support, but it does have HTTP session support.

What I described is the mechanism to use HTTP session support.

Sanjiva.

----- Original Message -----
From: "Niclas Hedhman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 05, 2002 7:32 AM
Subject: Re: Reusing SSL-sessions...


> On Thursday 04 July 2002 23:50, Sanjiva Weerawarana wrote:
> > You should just re-use the Call object to hold a session. See
> > the addressbook2 sample for an example.
>
> And I assume that if you don't do a call within a reasonable time period,
it
> will timeout the connection.
>
> Niclas
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to