Hi , In my application there is a user profile page.

What is the best url scheme - numbering schme to refer to that user.

some idea i have is ,

user a incremental count of the user. {{ might need a global counter
or a gql short query }} . and use it as an id.
as done by http://www.challenge-you.com/profile?id=XX ,

Another id is to md5 user email and use it with .com/md5 ,

or even faster , use key of datastore { but as I have multiple
database model , this might be difficult }

currently I am thinking to go with md5-idea. , but Is there easier
way , I am not aware of  ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to