How can I time out the page.

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How can I time out the page.

    How can I time out the page ,if the pc was idl for 5
    minutes.

    Also, how can i make use of the session so the files are
    only open from the login form.so if the second page was
    opend from the first page, this second page can not be
    open from another browser window.


    sincerely yours


    Mike John
    Mike John Guest

  2. Similar Questions and Discussions

    1. Database page for the first time
      Can anuyone help me create a login page and remote hosted database? so that certain pages are restricted to certain browsers?
    2. Page doesn't load first time
      Hello all. I am having a problem with my PHP page. The first time you start the browser and try to load the page, all that comes back is a blank...
    3. Page Name at Design Time
      Hey Folks, I am currently creating an extender, and need access to the form's file name at DESIGN time. I know you can get it at RUNTIME using ...
    4. page execution time
      I'm comparing my results to some asp.net pages with similar functionality, for those pages I'm using the application_BeginRequest, and...
    5. I want to have a different image each time the page is refreshed
      How can I change a image on a page each time the page is refreshed? In addition I plan on placing a hot spot on each image that will link to a...
  3. #2

    Default Re: How can I time out the page.

    You need to implement a javascript counter in your page (browser side), on
    reaching the limit it calls an asp.net page that invokes session abandon, or
    sets server side timout to a very low figure.

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_author_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_author_plug>
    ----------------------------------------------

    "Mike John" <RiadeAsleh@hotmail.com> wrote in message
    news:000001c34c6c$a98328f0$a101280a@phx.gbl...
    > How can I time out the page ,if the pc was idl for 5
    > minutes.
    >
    > Also, how can i make use of the session so the files are
    > only open from the login form.so if the second page was
    > opend from the first page, this second page can not be
    > open from another browser window.
    >
    >
    > sincerely yours
    >
    >
    > Mike John

    John Timney \(Microsoft MVP\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139