RE: Problem maintaining sessions through HTTPS

2003-10-24 Thread Oleg Kalnichevski
I see, so the reason I don't see cookies in OC4J might be because they use this method. Do you know if (and how) HttpClient supports this type of session? Arjan, SSL support is completely independent from HttpClient. HttpClient simply uses JSSE service to establish SSL connections. If JSSE

RE: Problem maintaining sessions through HTTPS

2003-10-23 Thread Kalnichevski, Oleg
We've been examining the headers, but the server doesn't seem to send any cookies (in http it does, but not in https). I was assuming this was supposed to be done through some under-water process (I'm not very familiar with https), but the HttpState object does not contain any cookies in its