the logged in user is stored in session.auth.user so yes, if you
change the user info in db, you will not see the change in
session.auth.user until you reload. You need to change the info in
both places.

On Jun 16, 5:17 am, Carl <m...@carlroach.com> wrote:
> In db.py I've added fields to table_user_name
>
> My code updates one of these 'extended' fields with update_record().
> The code also accesses auth.user.<fieldname> but I think these values
> get populated from a cookie.
>
> a) is it true that a cookie is used
>
> b) if a) is true, how to I refresh the cookie?
>
> c) if b) isn't true, where am I going wrong?

Reply via email to