I'm trying to communicate with a JBOSS server and pass the JSESSIONID as a cookie. The value of the cookie has a period and a semicolon in it, like so: 6400F2B4A37719FCE5FF0BA08BC4B76D.contentdelivery;
cfhttpparam type="cookie" is urlencoding the value, so it ends up as 6400F2B4A37719FCE5FF0BA08BC4B76D%2Econtentdelivery%3B; JSESSIONID2=6400F2B4A37719FCE5FF0BA08BC4B76D%2Econtentdelivery%3B There doesn't seem to be any way around this. Since other dev groups are using this service successfully using PHP, this is becoming a "ColdFusion is bad" argument. Please help! -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
