Hello, I am not having any knowledge about the SessionDestroyed in Java. But, I have got the code below, which can help you to get the knowledge of use of it.
Code:
@Override
public void sessioneventssionDestroyed(HttpSessionEvent sessionevent)
{
UsessioneventrSession usessioneventrsession = (UsessioneventrSession) sessionevent.getSession().getAttribute(org.kuali.RiceConstants.USER_SESSION_KEY);
GlobalVariables.sessioneventtUsessioneventrSession(usessioneventrsession);
super.sessioneventssionDestroyed(sessionevent);
}
Bookmarks