Web Forms :: Where To Increase Session Time
Jan 26, 2011Where to increase session time? IIS or web.config of app?
View 4 RepliesWhere to increase session time? IIS or web.config of app?
View 4 RepliesWhere to increase session time? IIS or web.config of app?
View 2 RepliesI am using session in my project,Be default session time is 20 minutes. How to increase the session time in web.config!!!!!1
View 3 RepliesI developed some pages where all the population are happen with the javascript only. So there is nothing with the server side. So the problem is though I am doing some application in that page but as the session is time out the page is going to log off page.
My question is , is there any method to increase the session time using javascript or AJAx so that any task is perform in that page then it wil add some time time with the existing time?
how do i increase the session time ?
View 4 RepliesMy asp site make user log out automatically in 10 minutes how can i increase the time.
View 1 RepliesI am trying to fetch data like Amazon or other sites. The process take time (about one or more hours) to fetch data. But in between the browser get off saying 'Page can not be displayed' in IE and other error in FF and all UI got lost. How to increase browser time to complete the task successfully.
View 1 RepliesI have created one web application for uploading the document. Once the document is uploaded to the web server, i am processing the document for some information and displaying the result back to the web page. Document takes more than 15min to upload and processing takes 30min. After 16min, i am getting error such that there is no response from server. Is there any way we can extent our execution time?
i tried by using <httpRunTime executionTime="10000". Still i am getting this error
How can we extend Response time?
How to increase the execution time?
View 11 RepliesI used this following code to set authenticate cookie :
System.Web.Security.FormsAuthentication.SetAuthCookie(Profile.Email, true);
my question is how I can increase life-time for this authentication cookie ?
i am working on my master site, and i want to add an image that increases its lenght as the website's length increases...
but im not sure how to do that, i know it's possible because i've seen it done on banners, but im not completely sure how to do it.
I need the increase the session timings in online publish server using web.config , which is the maximum limi of session timings
View 1 Repliesfor Business needs i am planning to increase the session timeout to 2 hours(120 min) in one application, i am using sql server session state. if i increase to 2 hours of session time out, how it will effect the performance of application and web server.
View 6 RepliesIn my webconfig i put
<system.web>
<sessionState timeout="60"/> doesn't work for me
Also i changed in IIS configration Manager as well from 20 minutes to 60 minutes, but still it expire after 20 minutes of no actiuvity.
I'm facing a great problem in session. My session expires after every 4-5 minutes. Firstly I checked my web hosting settings. I increased session timeout to 50000. In my web.config I wrote :
[Code]....
Also Locally it expires withing 5 minutes. Secondly can I also increase idle timeout.
Session gets time out frequently although i set timout time in web.config
View 4 Replies<sessionState mode="InProc" timeout="300"></sessionState>
is my session related tag in web.config file but most of the time if i idle 20 minutes then its automatically timedout and went to my login page, is there any solution ?
How can I show up a message box in client when the session of a user is time out?
View 7 RepliesHow to extend the session time. There are many form in my application like parent and child forms. So how can I make pop up to appear when session times out and the pop up should appear on the form where the user is currently in, when popup comes I have to disable all forms like(they should be transparent (i.e) user should NOT be able to edit them). how can i extend the session when I click on the OK button.
View 2 RepliesIn my application I use Forms Authentication and sessions. How do I take care that the user is logged out after a period of 6 hours?
In my web.config I set the sessions time-out to 360 minutes. But after a period of 10 minutes of inactivity I have to login again.
I also set my forms authentication timeout to 360 minutes.
We are using cutesoft AJAX uploader. The uplodaer is implemented using HTTP Modules. Everything works well. The problem is that if the user clicks the upload button after being idle for long (means after session time out) the control throws and error.
I just want to know the work around to bypass this issue.
Note:- We are just using one web.config and two master pages (one for login and error pages and one for all other pages which are accessed after authentication). We have written the code to check the session timeout in oninit of the master page which is used by all the pages except (Login and Error pages).
I have used session in my application for admin panel. It is redirecting if i not use 1 or 2 minutes. I need to stay session until I click logout button.
View 1 Replieswhen i trying to delete Empty folder this is Cause session Timeout, i have found solution on the net and i found this:
using System.Reflection;
using System.Web;
namespace MyWebsite
{
/// <summary>
/// Stops the ASP.NET AppDomain being restarted (which clears
/// Session state, Cache etc.) whenever a folder is deleted.
[Code]....
I am using session timeout in IIS 8 for about 60 minutes :<sessionState timeout="60" /> now lets suppose 58 minutes have passed , and it showed user a message that your session will be expired after 2 minutes , Click here [BUTTON] to refresh the session timeout , without page refreshing, clicking on the button , i want to reset the session timeout .... when user clicks on button at 58th minute , his session would be reset to 60 minute without page refresh ....
View 1 RepliessessionTimeout = sessionTimeout - 10;
I Set session timeout I wnt to show the remaining session timeout on the page and show in the format seconds i.e. 7.45min remaining