Re: client ssl re-negotiation after invalidating session

2007-06-19 Thread Atul Mahajan
client ssl re-negotiation after invalidating session atul wrote: > Is there a way in tomcat to re-negotiate client certificate after the http > session has been invalidated (it had been successfully authenticated once > before) in the app. i.e. without closing and starting a new clien

Re: client ssl re-negotiation after invalidating session

2007-06-18 Thread Mark Thomas
atul wrote: > Is there a way in tomcat to re-negotiate client certificate after the http > session has been invalidated (it had been successfully authenticated once > before) in the app. i.e. without closing and starting a new client browser. > I tried accessing request attributes javax.servlet.r

client ssl re-negotiation after invalidating session

2007-06-18 Thread atul
Is there a way in tomcat to re-negotiate client certificate after the http session has been invalidated (it had been successfully authenticated once before) in the app. i.e. without closing and starting a new client browser. I tried accessing request attributes javax.servlet.request.X509Certifica