Print Page | Close Window

Authentication Timeout

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2521
Printed Date: 08-May-2025 at 10:09am


Topic: Authentication Timeout
Posted By: gregweb
Subject: Authentication Timeout
Date Posted: 20-Feb-2011 at 3:00pm

When a user is idle for about 10 minutes or so, the next time data is accessed, an authentication error occurs on the server.

The user then has to log out.  When he opens the site again, he is automatically logged in and can continue, so the timeout in the config file is being respected.  But I don't understand why the authentication error when the user has been idle for 10 minutes or so.  I need to have it continue to connect to data as long as the app is open.
 
This is the authentication section of the config file:
 
<authentication mode="Forms">
      <forms name=".Jet2_ASPXAUTH" timeout="10000" slidingExpiration="true" />
</authentication>
Greg



Replies:
Posted By: DenisK
Date Posted: 21-Feb-2011 at 11:56am
Hi gregweb;

I believe this has something to do with the Idle Timeout settings in your IIS server. Could you check to see what they are set at?

This link seems to be helpful as well.

http://justgeeks.blogspot.com/2008/07/aspnet-session-timeouts.html - http://justgeeks.blogspot.com/2008/07/aspnet-session-timeouts.html


Posted By: gregweb
Date Posted: 22-Feb-2011 at 5:04am
Thanks, I will check that out.
 
Greg



Print Page | Close Window