我在jboss的本地主机中使用服务器。服务器部署在abc.war中。我使用路径eg http://localhost:8080/abc/hello.jsp
访问服务器中的文件。现在我想要设置一个可以在abc内的任何地方访问的cookie。怎么做。
答案 0 :(得分:-1)
适当地设置cookie的路径
javax.servlet.http.Cookie.setPath(String) - This cookie should be presented only with requests beginning with this URL.