Hi,
Has anyone already tried to write a cookie from a jsp file within cms ?
I simple :
Cookie mycookie = new Cookie("cookiename","value");
response.addCookie(mycookie);
won't do....
Searched the newsgroup but only found threads related to ocms 5
Thanx
Hans