Skip to main content
Ben Nadel at TechCrunch Disrupt (New York, NY) with: Danielle Morrill
Ben Nadel at TechCrunch Disrupt (New York, NY) with: Danielle Morrill ( @DanielleMORRILL )

CFHttpSession.cfc Fixed And Added To Projects

By on
Tags:

A while back, I created CFHttpSession.cfc, a ColdFusion component that wraps around ColdFusion's CFHttp tag to maintain a session across multiple CFHttp requests. It does this by capturing returned cookie information from each response and sending it back with the subsequent CFHttp requests. As part of that blackbox, the CFHttpSession.cfc also handled sessions when the response headers requested a relocation. As Toby Reiter pointed out, however, my relocation was breaking if the response headers contained an absolute-relative link - one that starts with a slash. Example:

/sub-folder/index.cfm

I had only been expecting relative locations (ex. ../../index.cfm) and absolute locations (ex. http://....). Now, I have added code that checks for the third type of location - the absolute-relative (ex. /sub-folder/index.cfm).

This new code can be downloaded from my new CFHttpSession.cfc Project page.

Reader Comments

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel