I've been having a very strange problem with Internet Explorer (mostly) and ColdFusion 10.
I'm using CFID and CFTOKEN to track user sessions. Occasionally - primarily in IE - something goes wrong and I keep getting a new CFID/CFTOKEN every time I refresh any page. This means that logins fail because the session created and returned is a new one that has no user logged in. The only way to fix this is to clear the browser cookies for that domain and then it works for a while before this starts to happen again.
I've googled all over the place and tried numerous session fixation fixes to no avail. I've even tried to create a page that simply dumps all the cookies and invalidates the session but this doesn't help either.
This is a new server that I want to begin using for all new client sites, but until this is resolved I can't do so.
Any help would be greatly appreciated!
Brian Loewen