How does logout work in jive?

If I have to use custom authentication, I implment AuthProvider. It provides me “authenticate” method. But how do I customize “logout” action? I want certain db activity to happen once user has logged out.

any pointers ?

Hi Gaurav,

I would suggest you take a look at using a SessionEventListener .

Hope that helps,

Ryan