Hi. Here is a flowscript sample:
var c_ident = cocoon.response.createCookie("myotis_ident",cookie_ident);
c_ident.maxAge = 365*24*60*60;
c_ident.path = "/";
cocoon.response.addCookie(c_ident);
For reading the cookie, I use the input module:
{request:cookies[name='myotis_ident']/@value}
Rgds.
signature.asc
Description: This is a digitally signed message part
