Returns a unique identifier that looks like random data.
This method provides indentifiers in a way that makes it
hard to guess or count, but still ensures their uniqueness
within this instance of Turbine. It can be used for generating
cookies or other data that travels back and forth between
server and browser, and is potentialy security sensitive.
A String with the random looking instance identifier. |