The problem appears to be with the session. When the form is submitted, the 
session cookies is sent with the request, but for some reason, web2py is 
creating a new session on the server instead of using the existing session 
(it's sending back a new session cookie with the response). web2py uses the 
session for CSRF protection during form submissions -- it compares the 
hidden _formkey value submitted with the form to the _formkey value stored 
in the session -- if they don't match, submission fails (with no 
error/feedback reported in the browser, as in this case). I'm not sure 
what's happening with the sessions/cookies on the server that would cause 
this -- perhaps others have some ideas. Have you made any changes to your 
code recently?

Anthony

On Sunday, August 12, 2012 6:56:10 AM UTC-4, ctrlSoft wrote:
>
> hi, my web2py app is hosted on webfaction. everything worked fine. about 3 
> weeks ago authentification,registration stopped working. first in chrome 
> not worked after a few days in firefox .... 
>
> http://agsystem.md/welcome/default/user/register?_next=/welcome/default/index
>  
> does anybody has the same problem?
>

-- 



Reply via email to