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 <demablo...@gmail.com> 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: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to