I am going to have another go at posting this and see if I can clarify it a bit.
 
Using the following code within flow script...
 
var cookie = cocoon.response.createCookie("username", username);
cocoon.response.addCookie(cookie);
 
Cookies are created, however these cookies are not persisted on the client. They are in existence for the duration of the users session.
 
How can I persist these cookies?
 
I have tried setting cocoon.maxAge!
 
Joe

Reply via email to