My understanding would be that cf just needs to keep a last page hit time for a particular session, and then compare that with any new page hit from that client, if the time difference is greater than the session has timed out. You could call it passive session tracking??
But what's being suggested is that cf actually could be set to run some code or template at the exact time a session expires, which I guess we could call active session tracking. Which would mean having to keep a timer active for every session, yes? Or am I missing something? -----Original Message----- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: 18 September 2003 16:03 To: CF-Talk Subject: RE: wanted features (was Re: (Admin) disclosure) > -----Original Message----- > From: Craig Dudley [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 5:03 AM > To: CF-Talk > Subject: RE: wanted features (was Re: (Admin) disclosure) > > I imagine OnSessionEnd.cfm would add considerable load? > > CF would have to track the session time out of every user, while it may > be handy from time to time, it's a trade off I certainly wouldn't take > if I was MM. Perhaps if it was configurable by application, > <cfapplication tracksessionend="yes" ?? I'm not sure what you mean? CF already has to track the timeout of every user all the time (and constantly because each user's timeout time is specific to that user and constantly updated in use). > However, one thing I would love is the ability to end a request (send > the user back his http 200 repsponse code) and continue processing, > perhaps in a different thread. You can sorta hack this in a way with > cfexecute and wget, but native would be great. This reminds me of another thing however: in all pervious versions of CF you could run a CF template from the command line (thus letting you easily use third-party schedulers). You can't do that in MX and I for one miss it. ;^) Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137504 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

