Don't forget to use an import statement at the top of your flowscript:

importClass(Packages.org.apache.cocoon.environment.Cookie);

Regards,

Reijn

Ard Schrijvers wrote:
F or example:
var userCookie = cocoon.response.createCookie("username", httpState.getCredentials(null, host).getUserName());

userCookie.maxAge = 60*60*24*30; //30 days

userCookie.path = "/";

cocoon.response.addCookie(userCookie);

Regards AS


    can any one specify the way to set the age of a cookie in flowscript.


    Deepak Kumar Sahoo
    Tata Consultancy Services Limited
    Mailto: [EMAIL PROTECTED]
    Website: http://www.tcs.com
    Notice: The information contained in this e-mail message and/or
    attachments to it may contain confidential or privileged
    information. If you are not the intended recipient, any
    dissemination, use, review, distribution, printing or copying of the
    information contained in this e-mail message and/or attachments to
    it are strictly prohibited. If you have received this communication
    in error, please notify us by reply e-mail or telephone and
    immediately and permanently delete the message and any attachments.
    Thank you


--
Met vriendelijke groet,

Jeroen Reijn

Hippo

Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel  +31 (0)20 5224466

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to