RE: Web.config timeout

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 11/02/04

  • Next message: Scott Allen: "Re: ASP.net & Win32 API (LogonUser) question..."
    Date: Tue, 02 Nov 2004 03:43:06 GMT
    
    

    The <forms> element also has an attribute "Timeout", you may set it to a
    large to see if it will help. Or you may consider use Persistent cookies
    cookie for the form authentication.

    Hope this help,

    Luke


  • Next message: Scott Allen: "Re: ASP.net & Win32 API (LogonUser) question..."

    Relevant Pages

    • Re: Persistent Cookies
      ... They are not used for session management, ... It persists the authentication on the client side so it is sent with the header. ... While the cookie can "re-log on" the user if he times out, it cannot change the timeout behavior on the server just because the user has a cookie. ... I read somewhere that lifetime of persistent cookies depend on the timeout ...
      (microsoft.public.dotnet.framework.aspnet)
    • Persistent Cookie Problem
      ... somehow being logged out after the specifed timeout provided in "forms" ... I read somewhere that persistent cookies take their timeout from the timeout ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Persistent Cookies
      ... I didn't get any response in "Security" forum hence posting here again. ... I read somewhere that lifetime of persistent cookies depend on the timeout ...
      (microsoft.public.dotnet.framework.aspnet)