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?