1、在jsp页面的button添加相关js代码:
<input type="button" value="提交" onclick="this.disabled=true;this.form.submit()">
此方法缺点是用户可能禁用js,此方法就可能失效。
2、session的token机制