HttpWebRequest and SSL session cache

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
 
A

Alvin Bruney [MVP]

help is on the way...

Session cache is not related to SSL in anyway.

Yes. It's a new request.
 
Joined
Dec 14, 2020
Messages
2
Reaction score
0
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

Top