Question
cfid AND cftoken appearing in URL
My app uses SESSION.var for isSignedIn() among other things.
I've noticed though that SOMETIMES the URL in the browser has CFID
& CFTOKEN appended as in:
http://www.website.com/olo/index.cfm?CFID=2012&CFTOKEN=b1b6490b886ce47b-69F76C6B-9B58-BE30-C8855374E8763937
I assume this is due to the server needing to track the session but does this have to be appended to the URL (my understanding is that the same info is sent NOT in the URL on each roundtrip anyway though I may need to be corrected on that).
Or is this a consequence of my (I think) NOT enabling this info to be written as a cookie (which would go every roundtrip).
And regardless, am I right in assuming that if it is part of the url (that appears in the browser area) then it is sent every round trip as a factor of this (ie if I submit a form then the form.data plus the info appended to the URL are both submitted).
Thanks in advance,
http://www.website.com/olo/index.cfm?CFID=2012&CFTOKEN=b1b6490b886ce47b-69F76C6B-9B58-BE30-C8855374E8763937
I assume this is due to the server needing to track the session but does this have to be appended to the URL (my understanding is that the same info is sent NOT in the URL on each roundtrip anyway though I may need to be corrected on that).
Or is this a consequence of my (I think) NOT enabling this info to be written as a cookie (which would go every roundtrip).
And regardless, am I right in assuming that if it is part of the url (that appears in the browser area) then it is sent every round trip as a factor of this (ie if I submit a form then the form.data plus the info appended to the URL are both submitted).
Thanks in advance,
