Hi dagacheme:
Recently I bookmarked a page...and when I use the shortcut I cannot get access to the page because I haven't gotten a cookie from the Index Page. If I then go to the Home Page, the cookie is passed and the site allows me access.
Usually programmers assume you'll go thru their index page (also known as Home Page) and that's where they assign passing it to you. If you use another page, it may not have the commands present (in source code) to pass the cookie, and in fact may be built on your having gotten the cookie in the 1st place. So the code or the page loading fails from a simple set of misdirected commands...usually with no apparent error messages.
In your case, I suspect that such is not the case...and would suggest that you use the Tools/InternetOptions/DeleteFiles option to clear the cache to see if there are corrupt files there. Just the 1st place I'd look and 1st thing I'd try.
IF this fails, I'd restore all default settings to the browser (after taking note of the settings that are there)
Temporarily accept all cookies to see if that makes a difference.
Another caveat: the problem may be on their end...notify them of the problem with an email.
p.s. The term "parse" is my reference to picking apart the code (interpreting the code and what it does) when using View Source on a web page.
Plz post back and let us know if this helped.