Re: Sessions expire too soon
From: Plamen Doykov (p_doykov_at_code.bg)
Date: 06/25/04
- Next message:
ike: "Re: Verify User Group from ASP.NET" - Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Pass credentials from one web site to another for seamless login"
- In reply to: David Coe, MCAD: "RE: Sessions expire too soon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Jun 2004 10:35:52 +0300
Connection timeout is set to 900s (15min), but this has nothing to do with
session timeout.
However we found the KB324772 in msdn that explains the reason, and started
using state server; hope it will behave well
<David Coe>; "MCAD" <DavidCoeMCAD@discussions.microsoft.com> wrote in
message news:2BF07EC6-85A9-478A-81F7-6BCC97508767@microsoft.com...
> What is the timeout set to in IIS?
>
> "Plamen Doykov" wrote:
>
> > Hello
> > we have a project with forms authentication and cookieless sessions, and
we
> > want a big session timeout. However the sessions still expire much more
> > often (more than the default 20min, but much less than required) It is
> > annoying because the users get redirected to the login screen
> > The settings in Web.config are:
> > <authentication mode="Forms" >
> > <forms loginUrl="default.aspx" timeout="1440" />
> > </authentication>
> > ....
> > <sessionState
> > mode="InProc"
> > stateConnectionString="tcpip=127.0.0.1:42424"
> > sqlConnectionString="data source=127.0.0.1;user id=sa;password="
> > cookieless="false"
> > timeout="720"
> > />
> > Is there anything I miss, or nay be another reason that can end the
session
> > than teh timeout? Thanks
> >
> > Regards
> > Plamen
> >
> >
> >
- Next message:
ike: "Re: Verify User Group from ASP.NET" - Previous message: Joe Kaplan \(MVP - ADSI\): "Re: Pass credentials from one web site to another for seamless login"
- In reply to: David Coe, MCAD: "RE: Sessions expire too soon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|