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
 
Back
Top