Posted on: 2/12/2014 7:43:03 PM | Views : 810

Hi,
I have a web forms app which works fine, except that users get redirected back to the login page after around 8-10 minutes, even though the web.config specifies 45 minutes. So if a user is logged in and within a short space of time clicks through to another page, the time left resets itself back to 45 minutes. However if a user is on the same page for around 10 minutes while filling in various bits of data and then clicks save, they are redirected back to the login page.
The site is hosted at GoDaddy so I don't have access to IIS or any specifics regarding recycling of the app pool. Nor can I do any troubleshooting at the server side in IIS. I contacted them bu they were useless. However, I have used Fiddler to look at the aspxauth cookie that is sent by the browser, and the sam auth cookie still exists even when the app logs the user out - it just doesn't allow the user access to the site with that same cookie.
Can anyone please help me out he ...

Go to the complete details ...