Good Morning,
I have come across a strange situation/error and I'm hoping somone has seen this before and can help me out.
**System specifics**
I'm on Windows XP version 2002 SP 3 with IE 7 version 7.0.5730.13
Windows 7 Enterprise and Windows 7 Enterprise SP 1 which uses IE8 version 8.0.7600.16385.
My websites are programmed in .ASP
McAfee Anti-Virus
HBSS Security is Active on all systems that connect to my Intranet
Pop-Up blocker is turned OFF
Use SSL 3.0
Use TLS1.0
Java 6 Update 31
**Issue**
I created a menu link on my Intranet site that goes to a website that is hosted on another one of my web servers, I have also created a link on a page that goes to that same site. When I click on either one of these links I get the error "Windows Internet Explorer Your session has expired" <ok>
I click OK and get the msg box "Windows Internet Explorer The webpage you are viewing is trying to close the window. Do you want to close this window?" I click NO and get my Disclaimer page. When I ACCEPT my disclaimer page i get the same 2 errors as above and I click NO and I get to the site I want.
Now the strange part (atleast to me). If I click on this link from my email message or if I past the link directly into the address box, I do NOT get any errors at all. I go directly to my disclaimer page I accept the disclaimer and it directly to my site. I have this link saved as a favorite and when I use the link in My Favorites, I don't get the error.
The code is below.
**Tool Bar code**
<a class="menuButton" href="" onclick="return buttonClick(event, 'mysiteMenu');" onmouseover="buttonMouseover(event, 'mysiteMenu');">mysite[/url]
**menu code**
<div id="<name>Menu" class="menu" onmouseover="menuMouseover(event)">
<a class="menuItem" href="https.mysiteinfo.aspx" target="_blank">sitename[/url]
</div>
**link code**
<a class="med" href="
https://mysiteinfo.aspx" title="">sitename[/url]
Thanks for any help or suggestions in advance.