[SOLVED] Re- getting values from WOCookie
[SOLVED] Re- getting values from WOCookie
- Subject: [SOLVED] Re- getting values from WOCookie
- From: Baiss Eric Magnusson <email@hidden>
- Date: Mon, 22 Aug 2005 13:49:36 -0700
Thanks for the responses, it was curious that nobody saw from the line:
changeCookie-> <com.webobjects.appserver.WOCookie name=region
value=Northwest path=/ domain=.nwDUP.org isSecure=false>
That <Northwest> is what I want.
I wouldn't have seen what to do from any of the responses, if Seejo
hadn't written:
key value
--------------------
name region
value Northwest
path /
domain .nwDUP.org
isSecure = false
So the corrected line of code is:
curRegionName = (String)cookie1.valueForKey("value");
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden