Web Services Online Status

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

  1. #1

    Default Web Services Online Status

    Hi,

    I am currently trying to write a web service to display the names of
    all users logged into a webpage in an online presence list (username
    is collected from a database).

    Does anyone know a good example of how to do this so that as soon as a
    user accesses or leaves the webpage their online status will be
    updated for all connected users?

    Thanks in advance,
    Kevin
    Kevin Gibbons Guest

  2. Similar Questions and Discussions

    1. Online Training on Adobe Flex, Spring, Hibernate and Web Services
      Hi Introducing Mind On Demand Software Labs, a Pioneer in RIA (Rich Internet Application) development & Training. We have listed some...
    2. Online Offline User Status
      Anyone can point me to a resource or tutorial online about tracking users who have logged into my application? I've built a forum, but would like to...
    3. System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
      Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
    4. PE2-unexpected error communicating with online services
      Had PE2 on my old pent 3 machine, and everything ran just fine. Built a new one, p4, and can't get the any upgrades (don't think there are any there)...
    5. Online files status randomly changes to offline
      New Laptop w/ XP Pro was set to work offline with the LAN server, invoking synchronization feature (make files available offline). While being...
  3. #2

    Default RE: Web Services Online Status

    Because web pages are based on HTTP, and HTTP is a connectionless protocol,
    unless you arrange for a special HTTP request to say 'I've left the on-line
    building', you really can't assume this without implementing an assumption
    based on a length of time expiring since you've seen a request from a given
    user.
    --------------------
    >From: [email]kevgibbo@hotmail.com[/email] (Kevin Gibbons)
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
    >Subject: Web Services Online Status
    >Date: 14 Feb 2005 03:19:52 -0800
    >Organization: [url]http://groups.google.com[/url]
    >Lines: 12
    >Message-ID: <547b7188.0502140319.14c32d6e@posting.google.com >
    >NNTP-Posting-Host: 161.73.17.65
    >Content-Type: text/plain; charset=ISO-8859-1
    >Content-Transfer-Encoding: 8bit
    >X-Trace: posting.google.com 1108379993 19234 127.0.0.1 (14 Feb 2005
    11:19:53 GMT)
    >X-Complaints-To: [email]groups-abuse@google.com[/email]
    >NNTP-Posting-Date: Mon, 14 Feb 2005 11:19:53 +0000 (UTC)
    >Path:
    TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
    ne.de!news.glorb.com!postnews.google.com!not-for-mail
    >Xref: TK2MSFTNGXA01.phx.gbl
    microsoft.public.dotnet.framework.aspnet.webservic es:5518
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
    >
    >Hi,
    >
    >I am currently trying to write a web service to display the names of
    >all users logged into a webpage in an online presence list (username
    >is collected from a database).
    >
    >Does anyone know a good example of how to do this so that as soon as a
    >user accesses or leaves the webpage their online status will be
    >updated for all connected users?
    >
    >Thanks in advance,
    >Kevin
    >
    Dan Rogers 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