Greetings from Stockholm, this is Baran Topal.

As i was drinking my Guiness, i find your question interesting :)

Here you go:

<%
HttpSession s = request.getSession(false);
if (s != null) s.invalidate();
%>

Inform me whether this is working or not :)

Regards.

On 6 sep 2011, at 22:09, Chema <[email protected]> wrote:

>> how can access the SSLSession in a jsp or a servlet
>> to be able to invalidate it.
>
> Sorry, but
>
> is there any difference between to  invalidate a HTTP Session and a 
> SSLSession ?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to