在localhost中访问cookie?

时间:2012-03-23 07:42:25

标签: jsp servlets cookies

我在jboss的本地主机中使用服务器。服务器部署在abc.war中。我使用路径eg http://localhost:8080/abc/​hello.jsp访问服务器中的文件。现在我想要设置一个可以在abc内的任何地方访问的cookie。怎么做。

1 个答案:

答案 0 :(得分:-1)

适当地设置cookie的路径

javax.servlet.http.Cookie.setPath(String) - This cookie should be presented only with requests beginning with this URL.

http://www.roseindia.net/jsp/jspcookies.shtml