[web2py] Re: too many redirect message when using login

2012-05-10 Thread man24
Thanks everyone for your help. Everything is working fine. MN On Thursday, May 10, 2012 3:38:29 PM UTC-5, Anthony wrote: > > Solved, I think: > https://groups.google.com/d/msg/web2py/EzSNrQt4SZk/ZggJrIqad5UJ > > On Thursday, May 10, 2012 12:27:28 AM UTC-4, man24 wrote: >>

[web2py] Re: Problem with auth_login: too many redirects

2012-05-10 Thread man24
ion, which will result in an infinite > redirect loop. > > Anthony > > On Thursday, May 10, 2012 11:33:34 AM UTC-4, man24 wrote: >> >> Here is the model file - > db2.py >> >> # coding: utf8 >> db.define_table('page', >> Field(

[web2py] Re: too many redirect message when using login

2012-05-10 Thread man24
se open a ticket about this. Meanwhile, can you try delete all session > files? Any progress? > > On Wednesday, 9 May 2012 23:27:28 UTC-5, man24 wrote: >> >> I am new to web2py and has been following the online book to learn it. I >> was following the 'wiki&#x

[web2py] Re: Problem with auth_login: too many redirects

2012-05-10 Thread man24
RKMIN(page.body)}} Comments {{for comment in comments:}} {{=db.auth_user[comment.created_by].first_name}} on {{=comment.created_on}} says {{=comment.body}} {{pass}} Post a comment {{=form}} Edit: {{extend 'layout.html'}} Edit wiki page [ {{=A('show', _href=URL('sho

[web2py] Problem with auth_login: too many redirects

2012-05-10 Thread man24
Sorry for reposting the question. I am following the 'wiki' example given in the web2py book. After first implementation, it worked fine, however, now when I click on any action that requires login or even clicking the 'login' from the top menu, I get this response from my web browser: 'too

[web2py] too many redirect message when using login

2012-05-10 Thread man24
I am new to web2py and has been following the online book to learn it. I was following the 'wiki' example and everything worked fine the first time, however, today when I click on any action that requires login or even the login link in the menu, web browser cannot open the page and gives foll