users@glassfish.java.net

Re: SSLSession invalidate on GlassFish 3.1

From: Kumar Jayanti <v.b.kumar.jayanti_at_oracle.com>
Date: Fri, 17 Feb 2012 16:37:11 +0530

There are no Java EE/EJB defined API's to access it. You may directly use the JavaSE API's.
On 16-Feb-2012, at 4:20 PM, forums_at_java.net wrote:

> My application requires client certificate authentication (with use of smart
> cards). The only problem is implementation of "logout" functionality.
>
> I'm pretty sure in "logout" business method I should get access to current
> SSLSession object and call invalidate on that object. As I checked
> HttpSession.invalidate() doesn't invalidate SSLSession.
>
> QUESTION: how can I get access to SSLSession in EJB method under Glassfish
> 3.1.1?
>
> Portable procedure is preferable.
>
>
> --
>
> [Message sent by forum member 'ktomaszewski']
>
> View Post: http://forums.java.net/node/883582
>
>