Re: Timeout period not seeming to work correctly
- From: "tshad" <tscheiderich@xxxxxxxxxxxxxxx>
- Date: Wed, 8 Jun 2005 17:22:03 -0700
I am still having the problem even with the fixes below.
The first part of my web.config is:
<configuration>
<system.web>
<customErrors mode="Off"/>
<sessionState
mode="InProc"
cookieless="false"
timeout="400"
/>
<authentication mode="Forms">
<forms name="staffing"
loginUrl="/applicant/EELogin.aspx"
timeout="400"
protection="All"
path="/" />
</authentication>
I have both forms and sessionState to timeout at 400 minutes.
The problem is that after about 20-30 minutes of just going back and forth
using the same page (as I am testing the page), all of a sudden all my
session variables are gone. They shouldn't be gone for hours.
What else am I missing?
I need to figure this out as we are going to be showing this to some people
and I don't want the page timing in 20 minutes.
Thanks,
Tom
"tshad" <tscheiderich@xxxxxxxxxxxxxxx> wrote in message
news:eI9ZJ7FbFHA.1088@xxxxxxxxxxxxxxxxxxxxxxx
> "Ronald Lemmen" <muis007@xxxxxxxxxxx> wrote in message
> news:1118243440.300634.81600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> You are probably getting the error because the web.config is
>> casesensitive. That means that you should not enter sessionstate, but
>> use sessionState instead.
>>
>
> That was it.
>
> I also had to use "InProc" instead of "inproc".
>
> I never could figure out what the problem was and was going to come back
> to it later.
>
> Thanks,
>
> Tom
>
>> Hope this helps,
>>
>> Ronald Lemmen
>>
>
>
.
- Follow-Ups:
- Re: Timeout period not seeming to work correctly
- From: Juan T. Llibre
- Re: Timeout period not seeming to work correctly
- References:
- Re: Timeout period not seeming to work correctly
- From: Ronald Lemmen
- Re: Timeout period not seeming to work correctly
- From: tshad
- Re: Timeout period not seeming to work correctly
- Prev by Date: Re: VB.Net 2.0 b2 + Web UserControl
- Next by Date: Dropdownlist display not displaying current
- Previous by thread: Re: Timeout period not seeming to work correctly
- Next by thread: Re: Timeout period not seeming to work correctly
- Index(es):
Relevant Pages
|