Results 1 to 3 of 3

Thread: Cleanup on HttpSession Invalidation

  1. #1

    Question Cleanup on HttpSession Invalidation

    If I need to perform some resource cleanup (deleting temporary files) upon Flow completion, including when the HttpSession times out, what's the best way to do this?

    FlowExecutionListener.sessionEnding() is called when an end-state is visited, but not when the HttpSession times out.

    Is there a safe way for an HttpSessionListener to access to SWF scopes?

  2. #2

  3. #3
    Join Date
    May 2008
    Posts
    53

    Default

    I have added some comments to the bug report.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •