Russ wrote:
> I did read the docs. The docs state:
>
> encoded  Optional Yes
>
> Applies to FormField and CGI types; ignored for all other types. Specifies
> whether to URLEncode the form field or header.
>
> I am using it on a cookie type.  

IIRC you can use the CGI type to send cookies as well:
<cfhttpparam  type="cgi" name="Cookie" value="cfid=123456"
encoded="No">

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to