Skip to main content
March 19, 2007
Answered

Is there a Session End function in Cold Fusion?

  • March 19, 2007
  • 1 reply
  • 359 views
In .net there's a session end function that allows you to perform functions when a users session ends, does Cold Fusion have anything like this? The reason I ask is I have a user who generates multiple xml files with data and stores them to the hard drive while they visit the site, but once they leave, I submit all those xml files to a database and I'm trying to figure out the best way to do this. It would be for multple users on the site. Anyone have any ideas?
This topic has been closed for replies.
Correct answer
Thanks, I suppose I can do that. I've never done a scheduled job before, but it doesn't look too difficult to setup. Thanks.

1 reply

Inspiring
March 19, 2007
Don't worry about when they leave. Either submit the files as you get them, or do it as a scheduled job.
Correct answer
March 19, 2007
Thanks, I suppose I can do that. I've never done a scheduled job before, but it doesn't look too difficult to setup. Thanks.