views:

24

answers:

1

I have developed a web app using asp.net mvc. I've deployed it onto the server and experiencing a problem I didn't get when developing the website locally.

When I log into the website I navigate through and its fine. However if I leave it a while then try and navigate again I am logged out and redirected to the login page.

I'm using the account controller which is provided with an mvc project by default.

The authentication section in the web.config looks like this:

My problem is that I don't have a clue on how to start trying to debug this as it runs on a shared hosting server.

If anyone could point me in the right direction I would really appreciate it.

A: 

See http://stackoverflow.com/questions/316172/session-timeout-asp-net

Klette
Certainly set me off in the right direction. Turns out the hosting is rubbish.
JFoulkes