In a web application, you need to audit changes to session attributes. Which listener would you implement?

  • HttpSessionAttributeListener
  • HttpSessionBindingListener
  • HttpSessionEvent
  • HttpSessionListener
The HttpSessionAttributeListener interface is used to audit changes to session attributes. This allows you to perform actions when attributes are added, removed, or replaced in a session.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *