This user's posts are being ignored.
Show Post?
I'm sorry, I should have been more explicit. I didn't mean for you to put any javascript into your layout.html. That advice was actually for a guild that hosted their forums off-site, but wished to continue using their domain name for both. It was a complicated situation.
The advice I linked directly, however, was to reconfigure our DNS settings to no longer use masking. Domain masking uses Frames to conceal the actual location. So you're on www.agonalbreath.com, the frame on that page is loading agonalbreath.dkpsystem.com.
IE, however, will reject cookies from other domains for loaded frames, which is why your IE members are getting auto-logged out.
The solution is to disable masking, and instead configure your A records to point to 208.100.30.200. The easy alternative is to just set up a simple redirect, however, some guilds prefer to have their domain show rather than the .dkpsystem.com subdomain.
Does that make sense?
If you were to put in that javascript in your layout.html, you're going to get an infinite loop back to itself. It'll load, and then redirect back to itself, load, redirect, load, redirect....forever. And you definitely don't want that.
--
It's all in the reflexes.