Details
-
Bug
-
Status: Resolved
-
Resolution: Incomplete
-
1.4b4-dev / CVS
-
None
-
None
-
Operating System: Windows NT/2K
Platform: PC
-
18755
Description
hello,
I want to change the value of a cookie recovered in a page jsp, this cookie is
well recovered, but its value does not be seted.
the code used here :
val="NewValue";
Cookie[] cookies = data.getRequest().getCookies();
for(int i = 0 ; i < cookies.length ; i++)
{ if(cookies[i].getName().equals("MYCOOKIE"))
}
thank you in advance