Umbraco Forms validation not working in load balanced env
We have a load balanced environment and it seems that if we trigger a validation error (email field regex validation), it has odd behavior.
It seems to cache on one server if the validation fails. We have one pc fill in the form to trigger the validation, if they change the server (via refresh) the validation dissapears, then on a differant pc you can go to the same form page and refresh until it hits the server the validation was tripped on and will load all the details the original person filled in on the form. As this is a contact form this is a security issue. Any ideas?
Yes currently looking into it, think it's due to our usage of tempdata that is causing some strange behaviour, doing some final tests now and will report back with something for you to test if that is ok
Umbraco Forms validation not working in load balanced env
We have a load balanced environment and it seems that if we trigger a validation error (email field regex validation), it has odd behavior.
It seems to cache on one server if the validation fails. We have one pc fill in the form to trigger the validation, if they change the server (via refresh) the validation dissapears, then on a differant pc you can go to the same form page and refresh until it hits the server the validation was tripped on and will load all the details the original person filled in on the form. As this is a contact form this is a security issue. Any ideas?
Comment author was deleted
Hmm that's some strange behaviour, will try to reproduce and get back to you
Any joy? We are still seeing this, everything else is fine with regards to session (SQL Stored) etc.
Comment author was deleted
Yes currently looking into it, think it's due to our usage of tempdata that is causing some strange behaviour, doing some final tests now and will report back with something for you to test if that is ok
That would be great, glad you managed to find the issue :)
is working on a reply...