Unique ID's in ColdFusion 8?
What tools are available to create UNIQUE ID's for an application?
I know in ColdFusion we can use CreateUUID() but this generates a string that is very long.
What I want to be able to do is create a string of say no more than 6 characters long that can be considered unique for a number of records that could reach the millions.
For example, the website TinyURL seems to do this quite well with a link like the following:
How do you think they ensure it's uniqu everytime??
Cheers,
Mikey