URGENT: please help ASP.NET Forms authentication and recycling of application pool

From: anjinho (anjinho.1pk0hr_at_mail.codecomments.com)
Date: 05/24/05

  • Next message: Ldraw: "File download"
    Date: Tue, 24 May 2005 10:38:42 -0500
    
    

    Hello Dominick

    I asked and see that my hoster uses IIS 5 and win 2000 and I have not
    an option of a state server.

    I know that under IIS6 is an application pool that gets recycled, is
    this also the case under IIS5?

    I have never problems, only now and then that I lose sessions (within
    the time-out).

    So can I fix the problem with forms authentication because they rely on
    cookies?

    Best regards
    Andrew

    Dominick Baier [DevelopMentor] wrote:
    > [B]Hello anjinho,
    >
    > Context.User is rehydrated on every request and does not rely on
    > something store InProc.
    >
    > A quick way of mitigating the recycling problem is to use the
    > StateServer
    > - change web.config to StateServer and enabled the local ASP.NET
    > StateServer
    > service in computer manager.
    >
    > ---------------------------------------
    > Dominick Baier - DevelopMentor
    > [url]http://www.leastprivilege.com[/url]
    > [color=darkred]

    --
    anjinho
    ------------------------------------------------------------------------
    Posted via http://www.codecomments.com
    ------------------------------------------------------------------------
     
    

  • Next message: Ldraw: "File download"