Jim
Member since May 21, 2010
- Profile: /members/6084-jim.htm
- URL: http://www.taylordigital.com
- Comments: 2
Recent Blog Comments By Jim
-
CFHTTPSession.cfc Gets Request / Response Logging
Posted on May 24, 2010 at 2:41 PM
@Ben Nadel, Thank you for getting back so quickly! That helps. I have a site with a lot of js setting cookies so it makes it hard to mimic a web user, but your cfc makes things much easier. Thank you. Jim... read more »
-
CFHTTPSession.cfc Gets Request / Response Logging
Posted on May 21, 2010 at 7:28 PM
Love your code. I think I might be using this cfc wrong. here is my example: cfset objResponse = objHttpSession.NewRequest() i can see the cookies in cfdump objResponse.responseheader['set-cookie'] and in objHttpSession.getCookies() but if i objHttpSession.AddCookie('TESTING', 'tester') and then t... read more »