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 at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to