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

  1. #1

    Default Idle time updates

    I am storing a bunch of data in the application Cache. I want to be able to
    update the database from the cache (by calling INSERTs and UPDATEs on
    objects newer than a given timestamp). That I can do. The problem is I know
    there is a way to make this happen right after a session ends, but I can't
    seem to find it. Could someone educate me?

    --
    - Jim Owen
    206-501-6936


    Jim Owen Guest

  2. Similar Questions and Discussions

    1. COM+ Application will not shut down after idle shutdown time
      I am running IIS 5.0 with COM+, and have run into 'Out of memory' errors in calls to components in one of the COM+ applications. It was discovered...
    2. Idle time
      Hi, How can I find out how long a process has been idle? Say a user is using a license and after using it for a while, he just keeps it idle and...
    3. idle session
      Hi, usually session expires in 20 minutes, well mine is and I want to redirect the user to an error page telling them that their session has...
    4. How to set dial-in a/c's idle time?
      Hi, I have a modem on HP-UX 10 and users can logon by dial-in. My problem is: I want to set an idle time for the user who is logon from the...
    5. determining idle time from /etc/utmp ?
      Hi, I'm wondering if there is an easy way to determine how long a TTY has been idle. Right now, I'm just parsing the output of the /usr/bin/w...
  3. #2

    Default Re: Idle time updates

    Hi,

    by using the Session_End event in asax file ?

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur 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