Have a look at gaeutilities for sessions: http://gaeutilities.appspot.com/
There are a variety of 'alternative' authentication libraries. It just depends on what you are looking for, OpenID support etc.... Robert On Tue, Mar 9, 2010 at 11:50 AM, Massimiliano <[email protected]> wrote: > But wow can I create random id (is there something in python?)? > > 2010/3/9 Jeevan Dongre <[email protected]> >> >> you got it right >> Warm Regards, >> Jeevan Dongre. >> >> || Wisdom is Power || >> >> >> On Tue, Mar 9, 2010 at 6:28 PM, Massimiliano >> <[email protected]> wrote: >>> >>> I just want to take advantages of your knowledge (I'm working with Python >>> and GAE, less than one month). >>> 1) How can I create random id (is there something in python?)? >>> I think that you are saying me to store it in a cookie and check it when >>> my user get in the system, right? >>> >>> 2010/3/9 Jeevan Dongre <[email protected]> >>>> >>>> manually u need to assign the id's,only thing is you can store it in the >>>> data store,that will be more advantage to you. >>>> Warm Regards, >>>> Jeevan Dongre. >>>> >>>> || Wisdom is Power || >>>> >>>> >>>> On Tue, Mar 9, 2010 at 6:05 PM, Massimiliano >>>> <[email protected]> wrote: >>>>> >>>>> Yes, but how can I generate the ID? >>>>> >>>>> 2010/3/9 Jeevan Dongre <[email protected]> >>>>>> >>>>>> one more solution is there for your requirement. >>>>>> you can have your own customized login sessions and user id's can be >>>>>> stored in data store >>>>>> Warm Regards, >>>>>> Jeevan Dongre. >>>>>> >>>>>> || Wisdom is Power || >>>>>> >>>>>> >>>>>> On Tue, Mar 9, 2010 at 1:07 PM, Massimiliano >>>>>> <[email protected]> wrote: >>>>>>> >>>>>>> Dear All, >>>>>>> using the Users Google library, I can have my own users or it refer >>>>>>> only to the Google Users. (I trying to understand if there is an easy >>>>>>> way to >>>>>>> manage the users, I don't want wave too many code lines and I need to >>>>>>> have >>>>>>> specif field in the registration form). >>>>>>> Regards >>>>>>> Massimiliano >>>>>>> -- >>>>>>> >>>>>>> My email: [email protected] >>>>>>> My Google Wave: [email protected] >>>>>>> >>>>>>> -- >>>>>>> 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. >>>>>> >>>>>> -- >>>>>> 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. >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> My email: [email protected] >>>>> My Google Wave: [email protected] >>>>> >>>>> -- >>>>> 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. >>>> >>>> -- >>>> 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. >>> >>> >>> >>> -- >>> >>> My email: [email protected] >>> My Google Wave: [email protected] >>> >>> -- >>> 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. >> >> -- >> 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. > > > > -- > > My email: [email protected] > My Google Wave: [email protected] > > -- > 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. > -- 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.
