I inherited an intranet that logs you in from your windows login. We have upgraded the intranet to a new server and most things ported over ok, however it seems to keep losing the login details.
When users have been inactive (but browser open in background) when they click a link it says they don`t have access, then takes them to the homepage and logs them in.
I`m guessing it is a session issue, the login is timing out.
I have checked the global.asa file and that has no session scripts, so I presumed the session timeout is set in IIS.
I matched the connection timeout on the new server to 900 seconds like the old but that didn`t sort it.
Is there anywhere else where session timeout is stored? It isn`t in the asp code.
Thabks folks
When users have been inactive (but browser open in background) when they click a link it says they don`t have access, then takes them to the homepage and logs them in.
I`m guessing it is a session issue, the login is timing out.
I have checked the global.asa file and that has no session scripts, so I presumed the session timeout is set in IIS.
I matched the connection timeout on the new server to 900 seconds like the old but that didn`t sort it.
Is there anywhere else where session timeout is stored? It isn`t in the asp code.
Thabks folks