Hi,
I am trying to set the cookie thru java, using following code
Cookie cook = new Cookie("test","test");
cook.setPath("/");
response.addCookie(cook);
But, its neither creating cookie nor giving error.
Please suggest how to set cookie from VAP components....
thanks,
Phani