Can you not delete the reference in the database? Because if you don't the CFID and CFTOKEN still exist and there is a reference to the data in the database.
-----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 11:23 AM To: CF-Talk Subject: RE: Deleting CFID - CFTOKEN > Currently in the ColdFusion Administrator you can tell > it to purge data for clients that remain unvisited for > X number of days. Is it possible to go from days to > hours, or even possibly minutes? To the best of my knowledge, no, you can't do that. However, you can disconnect that data from the original client by deleting the CFID and CFTOKEN cookies (assuming you're using the cookies that CF sets by default to track users) stored on the browser. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

