css files dont load on session start on cfm pages
I've googled for this on more than one occasion and it's been happening to me since MX7, I have a site running on Coldfusion (dev CF9 (dev version) Apache 2.2.12, production CF8 IIS) and on session start the css files don't load, but as soon as you refresh they're there.
My Application loads 4 components on session start, if that helps.
This only happens on session start with cfm files. The links to the css files are there, but they're just not being called (net tab in firebug confirms this). It happens across all browsers on my dev and on my production.
The only common denominators in all scenarios is coldfusion.
Until now I've been getting around this by using cflocation on session start to reload the page, but as of 8 cflocation passes a 301 status code by default, and only lets you pass 301-307 codes using the statuscode attribute. Because of this Google won't index any of the site's pages.
edit: So I noticed that on session start not all the content loads, it's weird the text loads piecemeal some is there some isn't including the head tags...