Hi. I changed over from the in process membership provider to the sql membership provider to stop people losing their sessions when the website process recycled, but sessions still seem to time out.
Are there any other things (apart from the session timeout variable set in the web.config) that would cause a session to timeout when using sql membership provider. I want the session to persist even when the user closes and opens the browser. Must I do anything special to do that?