解决 An invalid domain was specified for this cookie

在tomcat的conf文件下的context.xml中加入

<CookieProcessor className="org.apache.tomcat.util.http.LegacyCookieProcessor" /> 

 然后重启tomcat即可

如图

猜你喜欢

转载自www.cnblogs.com/SeaWxx/p/10036589.html
今日推荐