Does anybody know how gmail goes from the id of an email in their database to a String URL? I dont really like the idea of putting the actual database id into the URL as this would tell people how many rows of data our in the database and other information.
Is there a way of mapping from a database id to an alphanumeric String which is bi-directional and doesnt give away any information about the database id?
Thxs.