New Posts New Posts RSS Feed: Authentication Timeout
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Authentication Timeout

 Post Reply Post Reply
Author
gregweb View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 10-Sep-2009
Location: Clearwater, Fl
Posts: 253
Post Options Post Options   Quote gregweb Quote  Post ReplyReply Direct Link To This Post Topic: Authentication Timeout
    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


Edited by gregweb - 20-Feb-2011 at 3:02pm
Back to Top
DenisK View Drop Down
IdeaBlade
IdeaBlade


Joined: 25-Aug-2010
Posts: 715
Post Options Post Options   Quote DenisK Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
gregweb View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 10-Sep-2009
Location: Clearwater, Fl
Posts: 253
Post Options Post Options   Quote gregweb Quote  Post ReplyReply Direct Link To This Post Posted: 22-Feb-2011 at 5:04am
Thanks, I will check that out.
 
Greg
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down