|
-
Sep 21st, 2005, 11:56 PM
#1
Thread Starter
Lively Member
Session Expire Problem!!!!!!
Hi all,
I am developing an application in Asp.net using C#.I have a small problem.I have set session timeout 360 minutes like this.
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="360"
/>
but my session is expiring within some minutes.Is there any solution for that?
Is urgent please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|