2010/4/27 Oskar <[email protected]>: > Thank you! > > But, it seemed to me that storing the username in the session object > is the most convenient way to know who the user is. If for example a > user wants to update his contact info, then I want to know who the > user is. What do you recommend for a situation like this? How should I > go about knowing who the user is?
store the user_id in session. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
