[web2py] logout don't kill session

2016-07-29 Thread Jose Eleudson Gurgel Queiroz
The SAME app conclude the logout operation on one server, but not on another or local server. Don't show the flash message of confirm logout. Thanks! Eleudson -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://

[web2py] Re: logout don't kill session

2016-08-26 Thread Jose Eleudson Gurgel Queiroz
More information. The auth.navbar generate this URL http://localhost:8000/eadnotas/default/user/logout?_next=/eadnotas/default/index that not logout the user. I create a new item in administrator menu with (T('Log Out'),URL('default','user',args='logout')==URL(),URL('default','user',args='log

[web2py] Re: logout don't kill session

2016-08-26 Thread Jose Eleudson Gurgel Queiroz
em in administrator menu created with T('Log Out'),URL('default','user', args='logout')==URL(),URL('default','user',args='logout'),[] activate debug and require PDB command to continue. Thanks! Em sexta-feira, 29 de julho de 2016 13:11:

[web2py] SQLFORM.smartgrid with two references to same perent table

2015-12-25 Thread Jose Eleudson Gurgel Queiroz
*With this tables:* db.define_table('tbProduct', \ Field('category_id','reference tbCategory', label='Category', ondelete='RESTRICT'), \ Field('group_id', 'reference tbGroup', label='Group', ondelete='RESTRICT'), \ Field('name', 'string