session timeout
-
I have set session timeout to 30 minutes using the following code in web.config file. Still session is lasting for only 4 or 5 minutes in server. In localhost it is working properly. Can anyone tell the reason. Thanks in advance.
-
I have set session timeout to 30 minutes using the following code in web.config file. Still session is lasting for only 4 or 5 minutes in server. In localhost it is working properly. Can anyone tell the reason. Thanks in advance.
Soumini Ramakrishnan wrote:
I have set session timeout to 30 minutes using the following code in web.config file.
No Code is available :omg: Try to post by Check the "Ignore HTML tags in this message" Check box in below.
Best Regards ----------------- Abhijit Jana Microsoft Certified Professional "Success is Journey it's not a destination"
-
I have set session timeout to 30 minutes using the following code in web.config file. Still session is lasting for only 4 or 5 minutes in server. In localhost it is working properly. Can anyone tell the reason. Thanks in advance.
Soumini Ramakrishnan wrote:
following code
You forgot to select "Ignore HTML tags in this message (good for code snippets)". :)
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
I have set session timeout to 30 minutes using the following code in web.config file. Still session is lasting for only 4 or 5 minutes in server. In localhost it is working properly. Can anyone tell the reason. Thanks in advance.
This seems to be a common issue. When you do a search for this, you will get many solutions. Since it is working correctly on localhost, there might some settings missing on the server. Try with their support.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions