Answered
Is there a Session End function in Cold Fusion?
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?