Joshua Shaffner
Member since Dec 11, 2008
- Profile: /members/232-joshua-shaffner.htm
- Comments: 6
Recent Blog Comments By Joshua Shaffner
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Jan 22, 2009 at 3:41 PM
Not that my comment will explain what causes the issue mentioned above. Just a comment that I am using CAS for SSO with Moodle and it works out nicely and all the more when you have multiple apps of different languages (php, dot net, coldfusion, etc) leveraging the same SSO. Good Luck.... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Mar 13, 2008 at 1:51 PM
I tested another site off different tomcat and noticed that it did return JSESSIONID cookie on the first request and did _not_ on the second request. Am assuming that it means it is carrying a session. One thing I noticed is the difference in value for JSESSIONID between the first site (that fails... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Mar 13, 2008 at 9:12 AM
@Ben After putting in a bunch of code replacing a single line of attribute collection. I no longer get any compile error from CFHTTPSession.cfc. I am now figuring out why I would get different JSESSIONID on every request against java/jsp off a tomcat. Am I supposed to see same JSESSION on every r... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Mar 12, 2008 at 5:36 PM
@Ben I am now looking at the error where cfhttpparam's attribute, "attributecollection" is not supported. Note: It has been few years since I last worked with ColdFusion. Much appreciated for your help!... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Mar 12, 2008 at 5:26 PM
Okay. What about []? Put in ArrayNew(1)? After I did just that, I am now looking at this piece of code where attribute, "array" is not supported. <cfloop index="LOCAL.Param" array="#VARIABLES.Instance.RequestData.Params#">... read more »
-
CFHTTPSession.cfc For Multi-CFHttp Requests With Maintained Session
Posted on Mar 12, 2008 at 4:24 PM
Coldfusion Server complained about the invalid token '{' in CFHTTPSession.cfc. Is it because we are running CFMX 6.1?... read more »