Session Timeout in VB.NET

Posted by BornReady on Stack Overflow See other posts from Stack Overflow or by BornReady
Published on 2010-06-07T12:50:20Z Indexed on 2010/06/07 12:52 UTC
Read the original article Hit count: 230

Filed under:
|

Hi,

I have written a page with an iFrame that basically cycles through a series of internal pages on our server displaying daily activity for our company. The problem I think is that it sporadically loses its session and redirects back to the login screen to keep losing its session which is the default behavior for anyone on our site trying to access a webpage without being logged in.

I have set the session timeout to 4hrs, the iframe cycles through 6 pages anywhere from 10 seconds to 5 minutes on each, and I have even set the META refresh on the page to refresh every 3 hours. I don't understand what else could possibly stop this page from staying active. Any help or ideas is greatly appreciated. Thank you!

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about session-timeout