Hi

>>In tomcat 7 there is a method to set session event as follows in the
org.apache.catalina.authenticator.SingleSignOn
>>void sessionEvent(SessionEvent event)

>>But this method has been removed in tomcat 8.
>>Is there a equivalent in Tomcat 8? Or is there a specific reason to
remove that?
>I think I found the answer
>I can get the sessionListner and configure through that

>getSessionListener(ssID).sessionEvent(event)

But how can I get the ssoID ?


2015-04-20 11:05 GMT+05:30 Thusitha Thilina Dayaratne <
thusithathil...@gmail.com>:

> Hi
>
> >>In tomcat 7 there is a method to set session event as follows in the
> org.apache.catalina.authenticator.SingleSignOn
> >>void sessionEvent(SessionEvent event)
>
> >>But this method has been removed in tomcat 8.
> >>Is there a equivalent in Tomcat 8? Or is there a specific reason to
> remove that?
> I think I found the answer
> I can get the sessionListner and configure through that
>
> getSessionListener(ssID).sessionEvent(event)
>
>
> Thanks
>
> Best Regards
>
>
> 2015-04-20 11:01 GMT+05:30 Thusitha Thilina Dayaratne <
> thusithathil...@gmail.com>:
>
>> Hi,
>>
>> In tomcat 7 there is a method to set session event as follows in the
>> org.apache.catalina.authenticator.SingleSignOn
>> void sessionEvent(SessionEvent event)
>>
>> But this method has been removed in tomcat 8.
>> Is there a equivalent in Tomcat 8? Or is there a specific reason to
>> remove that?
>>
>> Thanks
>> Best Regards
>>
>> --
>>
>>
>
>
>
> --
>
>



--

Reply via email to