Re: SSL session is the same HTTP session and is the same Servlet session

2007-11-03 Thread Bill Barker
ed, about HTTP session >that is in the higher layer, and about session available on Servlet. I want >to know if the SSL session is the same HTTP session and is the same >Servlet >session. > No, the SSL session and the HTTP session are completely different and unrelated. It is possible t

SSL session is the same HTTP session and is the same Servlet session

2007-11-03 Thread Bárbara Vieira
connection is encapsulated on a HttpRequest/ HttpServletRequest, what’s happen?! My question is about SSL session that is established, about HTTP session that is in the higher layer, and about session available on Servlet. I want to know if the SSL session is the same HTTP session and is the same