Difference between ssl connection and ssl session in cryptography
Answers
SSL session and connection. ... AnSSL session is created by theHandshake Protocol that allows parameters to be shared among theconnections made between the server and the client, and sessions are used to avoid negotiation of new parameters for each connection
Answer:
When a website is encrypted using the SSL Certificate, and a user tries to access the secured network during the transportation of information from browser-to-server or server-to-browser an SSL connection helps to integrate the secured communication and protects the information from various attacks and vulnerabilities.
So, in the common term, an SSL connection is a transport between two media (browser and server) which offers secure communication without any interrupt.
SSL connection offers the Peer-to-Peer communication to encrypt the information
Every SSL connection associated with its relevant SSL Session.
Explanation: