Hi All,
I'm running 3.1 on Brinkster, and am experiencing spontaneous logouts. Doesn't seem to matter what I'm working on, I click Update, Cancel, Delete or whatever and I'm faced with having to login again. Sometimes the changes are saved, sometimes not. Quite irritating tho.... After scanning 100+ forum search pages for "logout" I found one possible solution in a post.
Quote...
"I came up with this simple test-I added the following line to the end of default.aspx:
<% Session("KeepAlive") = DateTime.Now %>
Since then there has been zero occourence of this issue."
I'm a newbie at asp & .net, so here's the dumb question.....Exactly where to add the line?? I tried it as the very last line, and as the last line in the body, with no success. Please point me in the right direction.
I also changed the timeout settings I found in the web.config to larger values. Or is there something else I should be looking at?
Thanks for your help.