HttpWebRequest and SSL session cache

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does HttpWebRequest supports SSL session cache?
That is, if i make a ssl request to a server (using HttpWebRequest ) and
close the conection will the second https request using HttpWebRequest to
the same server will require to do handshake all over again?
I know that IE and Firefox support this ssl feature.

Thanks in advance
 
help is on the way...

Session cache is not related to SSL in anyway.

Yes. It's a new request.
 
Hi,

Does HttpWebRequest supports SSL session cache?
That is, if i make a ssl request to a server (using HttpWebRequest ) and
close the conection will the second https request using HttpWebRequest to
the same server will require to do handshake all over again?
I know that IE and Firefox support this ssl feature.

Thanks in advance
Did you fix this issue
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top