修改Tomcat配置 vi conf/context.xml在标签中添加cookie配置 <CookieProcessor className="org.apache.tomcat.util.http.LegacyCookieProcessor"/> 重启Tomcat