Re: Avoiding page expiry?

From: Robert (Robertsmith2100@yahoo.com)
Date: 01/08/03


From: Robertsmith2100@yahoo.com (Robert)
Date: 7 Jan 2003 18:22:04 -0800

roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in message news:<avdrs8$rsq$1@canopus.cc.umanitoba.ca>...
> In article <6ea7d233.0301062109.4c79e7f6@posting.google.com>,
> Robert <Robertsmith2100@yahoo.com> wrote:
> :I'm using a webform that expires after a few minutes. I use this form
> :very frequently, and I usually need more time to complete what I'm
> :doing. On submitting the form after the expiry time any data is lost.
> :Clearly this is annoying and requires that I do 'things' like open a
> :new page every few minutes to maintain the connection.
> :Is there any way a user can prevent a page from expiring without
> :having to 'play' with the system. Perhaps a plugin that 'pings' (or
> :whatever) the server to keep the page active?
>
> There is more than one way to impliment form expiry, and some of
> them are completely out of the control of the user. For example,
> some of them encode the time in the target URL or in a form field
> and decode and check the time upon submission. Some sites might
> write an arbitrary token as part of the form and match that token
> to their internal database of when pages expire.
>
> Some pages work by checking to see whether the session has been
> inactive for too long; it is really only these varieties that
> you can influence via the kinds of plugins that you envision.

It is this last type of timeout that causes the problem. When you are
entering information into the form, it is done locally, so that the
session is regarded as being inactive while you fill out the form.
When you submit the form after spending too long filling it out, the
session has expired and the data gets lost. Can a session be forced to
stay open?



Relevant Pages

  • Question about redirecting to a "session expired" page...
    ... When a logged in user's session expires, I want that user redirected back to ... "AuthCookie" that gets set when you use the FormsAuthentication class? ... means the session expired and it would redirect back to the login page. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Random Session Expiration
    ... mentioned random. ... > Shrinivas Reddy wrote: ... >> I am working on ASP.NET application in which the session expires randomly on ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: session wont timeout
    ... Maybe this is a session cookie issue? ... client browser there is this one: WSS_KeepSessionAuthenticated Expires: At ... If I kill the session cookie using IE Developer Toolbar, ... possible and IIS would throw another challenge. ...
    (microsoft.public.sharepoint.windowsservices)
  • Sessions and expiring cookies
    ... I set my session parameter so the session is a few minutes long, ... user goes inactive for that period the session expires. ... browser, since that might be subverted or buggy. ...
    (comp.lang.php)
  • Re: Avoiding page expiry?
    ... :I'm using a webform that expires after a few minutes. ... There is more than one way to impliment form expiry, ... some of them encode the time in the target URL or in a form field ...
    (comp.security.misc)