> Looks OK at a high level. Is it working for you? I thought it was until I logged in and out a couple of times and then started getting an error:
"AttributeError:'NoneType' object has no attribute 'id" Noticed a discussion here: http://comments.gmane.org/gmane.comp.python.web2py/44801 Seems to indicate that the problem is caused because the session no longer exists and therefore auth_user.id is none. :-S Chris

