URGENT: please help ASP.NET Forms authentication and recycling of application pool
From: anjinho (anjinho.1pk0hr_at_mail.codecomments.com)
Date: 05/24/05
- Previous message: Leslie: "AuthenticateRequest in Global.asax and a custom HTTP Module"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Reply: Dominick Baier [DevelopMentor]: "Re: URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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 ------------------------------------------------------------------------
- Previous message: Leslie: "AuthenticateRequest in Global.asax and a custom HTTP Module"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Reply: Dominick Baier [DevelopMentor]: "Re: URGENT: please help ASP.NET Forms authentication and recycling of application pool"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]