Session timeout is very short on IIS 7.5
Posted
by
Mehdi Mousavi
on Server Fault
See other posts from Server Fault
or by Mehdi Mousavi
Published on 2011-11-25T16:30:34Z
Indexed on
2012/06/26
3:18 UTC
Read the original article
Hit count: 537
I have a website on windows server 2008 and iis 7 on a VPS. It works fine and has no problems, but after moving it to a shared hosting server with IIS 7.5, the session is lost after 4 or 5 clicks (like 30 secs) and I have to login again and again.
The two sites are same, I copied the site from the VPS exactly as-is to the shared hosting server.
The session timeouts in both web.config
files are same.
On the shared hosting server I don't have access to IIS manager to manipulate the settings. All I have is Plesk Control Panel 9.5 and the website's web.config
file.
What could be causing this to happen?
© Server Fault or respective owner