> Actually, unless I'm reading what you wrote the wrong way, > everybody who uses SESSION or CLIENT variables is counting > on unique CFIDs (and CFTOKENS for that matter). That's how > the user gets identified.
It's a combination of both - CF uses both together as a single, unique, primary key. Theoretically, CF could reuse both CFID and CFTOKEN values, so long as it didn't reuse both at the same time in the same combination as before. In fact, I believe that CF does reuse CFID values, although I'm not sure of the exact sequencing or details. However, if you use a UUID for CFTOKEN, it really doesn't matter whether CFID is reused or not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ______________________________________________________________________ Why Share? Dedicated Win 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=coldfusionc 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

