On Jun 15, 2007, at 2:57 PM, Dave Watts wrote: >> I could do that, but the stumbling point is not really where >> to store the data, but how/where to have CF monitor these >> values and do something with them, without that CF activity >> being tied to any or all users. > > You could store the session tokens and timestamps in the > Application scope, > then on each page request from any user you could invalidate > sessions based > on timestamp values. I'm not sure that would be a good idea, though > - it > might be too much work per request. > > Alternatively, you could schedule this.
Aha! That might be the ticket! Is this something built into CF, or are you talking more along the lines of something like a cron job? john ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281340 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

