Sessions expire too soon
From: Plamen Doykov (p_doykov_at_code.bg)
Date: 06/21/04
- Next message: Edmond Goon: "RE: forms authentication-but do not write cookie to client machine"
- Previous message: ranganh: "RE: Forms based security"
- Next in thread: David Coe, MCAD: "RE: Sessions expire too soon"
- Reply: David Coe, MCAD: "RE: Sessions expire too soon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 21 Jun 2004 14:42:24 +0300
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: Edmond Goon: "RE: forms authentication-but do not write cookie to client machine"
- Previous message: ranganh: "RE: Forms based security"
- Next in thread: David Coe, MCAD: "RE: Sessions expire too soon"
- Reply: David Coe, MCAD: "RE: Sessions expire too soon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|