Hi Thanks For Reply
Actually in the IIS for my site in application pool "shutdown worker processes after being idle " is 20 min. and i am not using any Cookies also in my pages. then also the session gets expired in before 10 min. so is there any other setting or posibility for getting SessionExpired.. Thanks in advance. On Aug 21, 7:05 pm, The_Fruitman <[email protected]> wrote: > Are you also using cookies for your page? Make sure that these are > set to the same timeout period. > > Additionally, check your IIS Application Pools setting to see what > "shutdown worker processes after being idle for ..... minutes" is set > to be. > > On Aug 21, 12:10 am, Yogesh Dige <[email protected]> wrote: > > > > > Hi > > > in my application i am assiging the Session Timeout some value say 10 > > min but still the applications session is getting expired can any body > > tell how to avoid session expired , eventhough i put the more time > > span till some times session getting expired > > i tried like below.. > > in WebConfig <add key="SessionTimeLimit" value="10" /> > > and taking this session time limit value and assigning it to timeout > > at the first page itself. > > like "Session.Timeout" > > > Thanks in advance- Hide quoted text - > > - Show quoted text -
