1

I have a scenario in JSF. Where I need to clean up the folders cleared in that session at the end of the session ? how to handle this ?

Can anyone have any better solution ? Appreciate for your help.

~Shyam

BdEngineer
  • 2,929
  • 4
  • 49
  • 85
  • you could use [HttpSessionListener#sessionDestroyed](http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpSessionListener.html) method to perform opertion on session destroy – landal79 Feb 14 '14 at 12:06
  • the movement sessionDestroyed called all the session stored objects becoming null. – BdEngineer Feb 25 '14 at 07:56

0 Answers0