質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,9 +32,9 @@
|
|
32
32
|
|
33
33
|
URI uri = uriInfo.getBaseUriBuilder().path("../myPage.html").build();
|
34
34
|
|
35
|
-
return Response.temporaryRedirect(uri).cookie(new NewCookie("uid", null, "/", null, "",
|
35
|
+
return Response.temporaryRedirect(uri).cookie(new NewCookie("uid", null, "/", null, "",0, false))
|
36
36
|
|
37
|
-
.cookie(new NewCookie("depNo", null, "/", null, "",
|
37
|
+
.cookie(new NewCookie("depNo", null, "/", null, "", 0, false)).build();
|
38
38
|
|
39
39
|
}
|
40
40
|
|