Just had the IE 11 update pushed to my development box. Now, on the site I am working on, I am getting a new cfid/cftoken with every page request, ruining state/session management.
What is the easiest work around on this? I would hate to have to go through all the site adding #cfid# and #cftoken# to every url...
Also, if I do have to append cfid/cftoken, how is it handled when the site is indexed by a se bot? Wouldn't the cached links have the same cfid/cftoken for everyone?
Thank you.