Re: Sessions expire too soon

From: Plamen Doykov (p_doykov_at_code.bg)
Date: 06/25/04


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
> >
> >
> >



Relevant Pages

  • Re: Page Timeout
    ... tested that and it worked but my boss prefers the timeout approach. ... There wouldn't be a reason why testing it with the server ... the Cache property of Response. ... then forgot cache use session time out, in each of your secure pages ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Application Pool timouts.
    ... a) From what i understand, the application pool timeout is the timeout for ... an idle session which is created by a browser. ... is idle for 20 minutes or longer the problems occur. ... Application Pool's w3wp.exe process to be shutdown by IIS when no requests ...
    (microsoft.public.inetserver.iis.security)
  • Re: How do I change the session timeout?
    ... A session will last for as long a period as you set in ... That's set in the forms timeout property. ... You will see that the logged-in period changes to match the number of minutes you specify. ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQLCommandTimeout
    ... to set the value for the session? ... designer) you can set the Command Timeout value there. ... I am just using the DataSource, configured to use my stored procedure, ... I found out about the SQLCommandTimeout Property that can be used to ...
    (microsoft.public.dotnet.general)
  • RE: Remote webspace logging off.
    ... their session after a certain amount of time. ... Please check the following settings: ... Restart the IIS Service or restart the SBS Server. ... Remote Web Workplace timeout: ...
    (microsoft.public.windows.server.sbs)