java - Prevent Form spam with the session -


I have already read most of the questions about techniques to prevent spam spam, but none of them The browser session is not suggesting to use it.

We have a form that sends an email to the given email address and we do not like the idea of ​​using "captcha" or javascript, because we want to keep the user simple and accessible For those without javascript

We want to use session object to help prevent spam spam. Our webpad has been developed on Weblogic Server 10 using Strokes.

Upon completion, when the form is loaded, this session will define a variable in the object. Once you click submit, we check whether the session for the variable No variables do not redirect to the form

I appreciate any opinions / reasons why this may be a bad idea, so we can evaluate this solution against others.

Many thanks, Jonathan

As an example, a form can be downloaded and submitted easily, cookies have been preserved, such as the curl using the command line tool. It can be played again and again from a script.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -