SessionTimeOut Problem
-
In C# web application Requirement is when using admin panel admin inserts categoy,product etc then update also his store database on Ebay i hv integrated site with Ebay store db and updating that too. But Saving data takes time and Admin gets logout automatically I think default session time is up Plz help how to handle this
-
In C# web application Requirement is when using admin panel admin inserts categoy,product etc then update also his store database on Ebay i hv integrated site with Ebay store db and updating that too. But Saving data takes time and Admin gets logout automatically I think default session time is up Plz help how to handle this
Not necessary that Session has timed out. It could be databse transaction timeout too. Or the established Connection timeout. You need to debug and find where the bottle neck is and increase the time accordingly. P.S.: Please don't post at two places. It's basically ASP.NET question.
-
Not necessary that Session has timed out. It could be databse transaction timeout too. Or the established Connection timeout. You need to debug and find where the bottle neck is and increase the time accordingly. P.S.: Please don't post at two places. It's basically ASP.NET question.
When admin logsout automatically then this session variable contains Null condition Session["me"] == null becomes true I have extended sessiontimeout using Session.timeout=40 when setting this session variable value at login sucessfully But still it logsout after saving data in to db with in 30 sec plz help how to handle it
-
In C# web application Requirement is when using admin panel admin inserts categoy,product etc then update also his store database on Ebay i hv integrated site with Ebay store db and updating that too. But Saving data takes time and Admin gets logout automatically I think default session time is up Plz help how to handle this
the Session time out minimum value is 1 minute and by default its 10 minute and we can extend it to 1440 minute using code like.. use the following code in the web.config file in u r application Where 10000 in minutes...... you can get more information from following link: Prevent Session Timeout in ASP.NET[^] If You Get your answer then please Rating me... Thanks.. "Are You Ready" DX-ARMY