This is a migrated thread and some comments may be shown as answers.

Session Timeout Problem

1 Answer 112 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Suriya
Top achievements
Rank 1
Suriya asked on 12 Mar 2010, 05:48 AM
 Even session timeout is set to 20 in web.config, the session is not in stable. now and then it is clared, I

had written the sessionstage in config as follows:

<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"  

sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"      cookieless="false"   

timeout="1200"     />


and as another one

 <sessionState mode="InProc"  timeout="120" regenerateExpiredSessionId="false">
    
      <providers>
        <clear/>
      </providers>
    </sessionState>


Can you give us the solution for it. Or is there any controversy against your telerik.web.ui trial version,

which is used in our web for demo.

Expecting your needy and primary solution with eager,

With Regards
S Suriya Narayanan
  

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 16 Mar 2010, 10:56 PM
Hello Suriya,

I recommend you examine the suggestion, posted by Kalyan Krishna in the following thread:
How to increase session timeout to 8 to 9hrs?

Regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Suriya
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or