I am trying to setup a cache that excludes 2 of the parameters from the url string
my urls is like this
http://www.mysite.com/offerings.html?fwclientid=43&sessionid=353518822-26519-25136&noc=353518824-18944-26309&program_id=18&category_id=633
I want to cache based on everything but the sessionid and the noc values. Is this possible? What might that look like?
Thanks
Justin Will