>A little newbee question : how to create a cookie with Turbine ?

javax.servlet.http.Cookie

public Cookie(String name, String value) -> see RFC 2109 for valid values

public void HttpServletResponse.addCookie(Cookie munch)

*OR*, in Turbine:

org.apache.turbine.util.RunData.getRequest().addCookie(Cookie munch)

See the Servlet API


Alex

-----------------------------------------------------------------
        Visit our Internet site at http://www.reuters.com

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to