Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Your session has expired error  (Read 980 times)

0 Members and 1 Guest are viewing this topic.

MrBill

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    Your session has expired error
    « on: March 30, 2012, 08:06:13 AM »
    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.

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 183
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Your session has expired error
    « Reply #1 on: March 31, 2012, 06:01:26 AM »
    It's a server-side error. Meaning the problem is with the ASP.NET code. Unfortunately, I don't think many (or anyone) on this forum is well-up on ASP.NET.

    MrBill

      Topic Starter


      Newbie

      • Experience: Beginner
      • OS: Unknown
      Re: Your session has expired error
      « Reply #2 on: April 02, 2012, 12:09:40 PM »
      Ok thank you.  This atleast gives me a place to start.