Re: WOCookie question
Re: WOCookie question
- Subject: Re: WOCookie question
- From: Jonathan Rochkind <email@hidden>
- Date: Thu, 29 Apr 2004 10:59:07 -0500
You do need to get the cookies from the WORequest object. You do not
need to be using a Direct Action to access the current request object
though.
Inside WOComponent code, it can be found from context().request().
--Jonathan
At 1:35 PM +0800 4/29/04, Goh Keng Boon wrote:
Do i really need to use DirectAction and
reuest().cookieValueForKey("mycookie") to get back mycookies? If
really so, when i travel from component A to B, in component B
i need to get the cookievalue, do i access a directaction class in
component B, if not what is the
standard way of doingthis. thanks :-)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.