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?
On Apr 27, 12:31 pm, Anand Chitipothu <[email protected]> wrote: > 2010/4/27 Oskar <[email protected]>: > > > I just wanted to add a couple question: > > > Is it unwise to store the username and password of the user in the > > session object? > > You can just store logged_in=True. No need to store username and password. > > > Is there anything stored client-side? > > It sets a cookie with session id. > > Anand > > -- > 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 > athttp://groups.google.com/group/webpy?hl=en. -- 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.
