-
Session Time out problem
Hi frns,
I am having some problem with expiration of session in my ASp.Net application.
The problem is that, my session is getting expired before the prespecified time duration in web.config file.I am not using page level session timeouts nor in global.asax.
I am using forms authentication. Both- auhentication timeout and session time out i hav specified as 20 in web.config file. I am just pasting that section frm my web.config file:
<authentication mode="Forms">
<forms loginUrl="index.aspx" timeout="20">
</forms>
</authentication>
'
'
'
'
'
'
'
'
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
here session is timed outeven before 20 minutes.
Can anyone please help me with the reason and a solution for this strange problem i am facing?
Thanks in advance,
Sunil
Similar Threads
-
Replies: 0
Last Post: 10-30-2002, 04:40 AM
-
By Bragi Fannar in forum ASP.NET
Replies: 0
Last Post: 02-20-2002, 08:28 AM
-
By jason trofimczuk in forum Java
Replies: 2
Last Post: 11-17-2001, 10:52 AM
-
By Yang Du in forum ASP.NET
Replies: 2
Last Post: 10-26-2001, 10:14 AM
-
By v.des in forum VB Classic
Replies: 1
Last Post: 05-25-2000, 12:56 PM
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks