> In the web2py terminal I can read all session keys through 'todas'
> variable, but in the view 'todas' seems like another kind of object I'm
> having troubles to access. It has even a table header as its first item.
>
>
in controller you should   add

return dict(todas=todas)

and todas variable will be passed to the view

Reply via email to