This invention relates to communication in a client-server computer systems. Specifically, the invention relates to client-server computer systems in which a server can send state information to a client and the client stores the state information for later retransmissions back to the server.
An important use of computers is the transfer of information over a network. Currently, the largest computer network in existence is the InterNet. The InterNet is a worldwide interconnection of computer networks that communicate using a common protocol. Millions of computers, from low end personal computers to high-end super computers are coupled to the InterNet.
The InterNet grew out of work funded in the 1960s by the U.S. Defense Department's Advanced Research Projects Agency. For a long time, InterNet was used by researchers in universities and national laboratories to share information. As the existence of the InterNet became more widely known, many users outside of the academic/research community (e.g., employees of large corporations) started to use InterNet to carry electronic mail.
In 1989, a new type of information system known as the World-Wide-Web (“the Web”) was introduced to the InterNet. Early development of the Web took place at CERN, the European Particle Physics Laboratory. The Web is a wide-area hypermedia information retrieval system aimed to give wide access to a large universe of documents. At that time, the Web was known to and used by the academic/research community only. There was no easily available tool which allows a technically untrained person to access the Web.
In 1993, researchers at the National Center for Supercomputing Applications (NCSA) released a Web browser called “Mosiac” that implemented a graphical user interface (GUI). Mosiac's graphical user interface was simple to learn yet powerful. The Mosiac browser allows a user to retrieve documents from the World-Wide-Web using simple point-and-click commands. Because the user does not have to be technically trained and the browser is pleasant to use, it has the potential of opening up the InterNet to the masses.
The architecture of the Web follows a conventional client-server model. The terms “client” and “server” are used to refer to a computer's general role as a requester of data (the client) or provider of data (the server). Under the Web environment, Web browsers reside in clients and Web documents reside in servers. Web clients and Web servers communicate using a protocol called “HyperText Transfer Protocol” (HTTP). A browser opens a connection to a server and initiates a request for a document. The server delivers the requested document, typically in the form of a text document coded in a standard Hypertext Markup Language (HTML) format, and when the connection is closed in the above interaction, the server serves a passive role, i.e., it accepts commands from the client and cannot request the client to perform any action.
The communication model under the conventional Web environment provides a very limited level of interaction between clients and servers. In many systems, increasing the level of interaction between components in the systems often makes the systems more robust, but increasing the interaction increases the complexity of the interaction and typically slows the rate of the interaction. Thus, the conventional Web environment provides less complex, faster interactions because of the Web's level of interaction between clients and servers.
In the conventional Web environment, clients do not retain information of a session after the session is closed. In many systems, the ability to retain information after the systems become inactive is crucial to the functioning of the systems. Thus, it is desirable to allow clients to have this ability.
The present invention involves a client-server system on a network in which a server can send state information to a client and the client stores the state information. The stored state information can later be sent back to the server at appropriate times. In this manner, the state of a client can be maintained in the client-server system where no state inherently exists in such a system.
One embodiment of the present invention is a network system for communicating documents containing information such as text and one or more images. The system comprises a first computer (i.e., a server) capable of sending such documents over a network such as the InterNet. The system also has a second computer (i.e., a client) which can request these documents or files from the server. After the requested documents are received, the client can display the documents. In accordance with the present invention, the server can send state information to the client when a document is sent. The client then stores the state information, which is typically in the form of a state object. In a subsequent request for documents to the server, the client can send the stored state information to the server.
In an embodiment of the invention, the server uses a hypertext transfer protocol (“http”) to communicate over the network with clients; such clients also communicate with the server using the hypertext transfer protocol. This server and these clients are referred to as an http server and http clients respectively. The server typically will include a server processor and a memory and a computer readable medium, such as a magnetic (“hard disk”) or optical mass storage device, and the computer readable medium of the server contains computer program instructions for transmitting the file from the server system to the client system and for transmitting the state object to the client system. The client typically will include a client processor and a memory and a computer readable medium, such as a magnetic or optical mass storage device, and the computer readable medium of the client contains computer program instructions for receiving the state object, which specifies the state information, from the server and for storing the state object at the client. The state object, in a typical embodiment, will include a name attribute, such as a domain attribute.
One of the applications of the present invention is an on-line shopping system. A customer can browse information delivered by a merchant server using a browser running on a client. The customer can also select products to be placed in a virtual shopping basket. The server then sends state information related to the selected products to the browser on the client for storage. When the customer wants to purchase the products in the virtual shopping basket, the browser sends the corresponding state information to a specified check-out Web page for processing.
Another application of the present invention is an “on-line” information service, such as a newspaper's Web server which includes articles or other information from the newspaper's subscription services. In one example, a newspaper or publishing company may have several different publications, each requiring a separate subscription fee which may differ among the different publications. A user of the information service may browse the different publications by making http requests, from the client's/user's computer system, to the publisher's Web server which responds with the requested publication and state information specifying the user's identification, and other subscription information (e.g., user registration and billing information) which allows the user to view the contents of the publication; this information is typically provided by the user at least once in a conventional log-on process. Thereafter, this information is included in the state information which is exchanged between the client and the server in the process of the invention. Accordingly, when the user, during the browsing process, desires to view another publication (e.g., from the same or different publisher) this state information will be transmitted back to the Web server to provide the necessary subscription information (thereby entitling the user to view the publication) without requiring the user to re-enter the necessary subscription information. In this manner, a user may browse from publication to publication on the Web server or a different Web server in the domain without having to re-enter, when seeking a new publication, the necessary subscription information.
These and other features of the present invention will be disclosed in the following description of the invention together with the accompanying drawings.
The objects, features, and advantages of the present invention will be apparent from the following detailed description of the preferred embodiment of the invention with references to the following drawings.
Methods and apparatuses for maintaining state information in a client-server based computer network system are disclosed. The following description is presented to enable any person skilled in the art to make and use the invention. For purposes of explanation, specific nomenclature is set forth to provide a thorough understanding of the present invention. However, it will be apparent to one skilled in the art that these specific details are not required to practice the present invention. Descriptions of specific applications are provided only as examples. Various modifications to the preferred embodiments will be readily apparent to those skilled in the art, and the general principles defined herein may be applied to other embodiments and applications without departing from the spirit and scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed herein.
Prior to describing the present invention, some introductory material is explained, including explanations concerning client-server computing, InterNet addresses, URL's and browsing of the Web.
A client, such as computer 102, may request a file from server A. Since computer 102 is directly connected to server A through a local area network, this request would not normally result in a transfer of data over what is shown as the “network” of
The World-Wide-Web (“The Web”) uses the client-server model to communicate information between clients and servers. Web Servers are coupled to the InterNet and respond to document requests from Web clients. Web clients (also known as Web “browsers”) are programs that allow a user to simply access Web documents located on Web Servers.
As discussed in the background, the InterNet consists of a worldwide computer network that communicates using well defined protocol known as the InterNet Protocol (IP). Computer systems that are directly connected to the InterNet each have an unique InterNet address. An InterNet address consists of four numbers where each number is less than 256. The four numbers of an InterNet address are commonly written out separated by periods such as 192.101.0.3
To simplify InterNet addressing, the “Domain Name System” was created. The domain name system allows users to access InterNet resources with a simpler alphanumeric naming system. An InterNet Domain name consists of a series of alphanumeric names separated by periods. For example, the name “drizzle.stanford.edu” is the name for a computer in the physics department at Stanford University. Read from left to right, each name defines a subset of the name immediately to the right. In this example, “drizzle” is the name of a workstation in the “stanford” domain. Furthermore, “stanford” is a subset of the “edu” domain. When a domain name is used, the computer accesses a “Domain Name Server” to obtain the explicit four number InterNet address.
To further define the addresses of resources on the InterNet, the Uniform Resource Locator system was created. A Uniform Resource Locator (URL) is a descriptor that specifically defines a type of InterNet resource and its location. URLs have the following format:
An example of a URL for a Web document is:
To access an initial Web document, the user enters the URL for a Web document into a Web browser program. The Web browser then sends an http request to the server that has the Web document using the URL. The Web server responds to the http request by sending the requested HTTP object to the client. In most cases, the HTTP object is an plain text (ASCII) document containing text (in ASCII) that is written in HyperText Markup Language (HTML). The HTML document usually contains hyperlinks to other Web documents. The Web browser displays the HTML document on the screen for the user and the hyperlinks to other Web documents are emphasized in some fashion such that the user can selected the hyperlink.
The second line of the HTML document of
After the title and header, the HTML document of
To continue with the second paragraph of the HTML document, the text reads “This document . . . this image: <IMG align=middle src=“http://www.su.se/SUlogo.gif”> was obtained . . . ”. The text in angle brackets defines an image to be placed in the text. Specifically, the “IMG” tag indicates that an image is being defined. The “align=middle” tag indicates that the image should be aligned in the middle of the current line of text. Finally, “src=” tag indicates that the source image file can be located using the URL “http://www.su.se/SUlogo.gif”.
The line continues with the phrase “from the <A href=“http://www.su.se/index.html”> University of Stockholm</A> This phrase defines “University of Stockholm” as a link to another Web document. Specifically, the “A” tag defines the beginning of a link. The “href=” tag defines that the link is to a Web page that can be located using the URL “http://www.su.se/index.html” Next, the text “University of Stockholm” is the text that will be the link. Finally, the “/A” tag defines the end of the link definition. As illustrated in
It can be seen from the above example that the HTML document contains all information a browser needs for displaying a Web page. Thus, the only responsibility of a Web server is to provide the requested document, and there is no need for the server to request a client to do anything else. However, this role of a server also limits the utility of the Web environment.
The present invention provides an extension to the prior art HTTP protocol. Using the teachings of the present invention, when a server responds to an http request by returning an HTTP object to a client, the server may also send a piece of state information that the client system will store. In an embodiment of the present invention, the state information is referred to as a “cookie”. Included in the state information (the cookie) is a description of a range of URLs for which that state information should be repeated back to. Thus, when the client system sends future HTTP requests to servers that fall within the range of defined URLs, the requests will include a transmittal of the current value of the state object. By adding the ability to transfer state information back and forth, Web servers can then play an active role in transactions between clients and servers. The term state object is also used herein to refer to the state information.
This extension to the http protocol provides a powerful new tool which enables a large number of new types of applications to be written for a Web-based environment. Examples of new applications include on-line shopping that stores information about items currently selected by consumers, for-fee on-line services that can send back registration information and thus free users from retyping a user-id on next connection, and Web sites that can store per-user preferences on the client system and have the client supply those preferences every time the site is later accessed.
Server Behavior
A particular embodiment of the state information is described below in order to provide an example according to the present invention. It will be appreciated that alternative formats may be used in accordance with the principles of the present invention. As stated above, the extension to the HTTP protocol adds a new piece of state information to the HTTP header as part of an HTTP response from a Web server. Typically, the state information is generated by a common gateway interface (“CGI”) script. The state information is stored by the receiving client system in the form of a “cookie list” for later use. The syntax of the new data, in one embodiment, is:
The “expires” attribute specifies a data string that defines the valid life time of the corresponding cookie. Once the expiration date has been reached, the cookie will no longer be stored in the client system. Thus, the client system will no longer respond to Web servers with the cookie. Many coding schemes for designating time can be used. In a preferred embodiment, the “expires” attribute is formatted as: Wdy, DD-Mon-YY HH:MM:SS GMT In the this format, “Wdy” designates the day of a week, “DD-Mon-YY” designates the day, month and year, and “HH:MM:SS GMT” designates the hour, minute and second, in GMT time zone. Note that the “expires” attribute lets a client know when it is safe to purge a cookie, however, the client is not required to delete the cookie. If an expires attribute is not provided by the server, then the cookies expires when the user's session ends. This can be implemented by storing the cookie only in volatile memory.
The “domain=DOMAIN_NAME” attribute defines a domain for which the cookie is valid. The domain attribute is usually set using the domain name of the sending Web server. Client systems examine the domain attribute when making later http requests. If the server that the client system is accessing falls within the defined DOMAIN_NAME, then the cookie may be sent to the server when making the http request. (The “path” must also be examined as will be explained later.) When a server system falls within the defined DOMAIN_NAME, this is referred to as a “tail match.” Note that a domain name that defines a subset of a domain is deemed to match a larger enclosing domain. For example, the host names “anvil.acme.com” and “shipping.crate.acme.com” fall within the “acme.com” domain.
Only hosts within the specified domain can set a cookie for a domain. The value of the “domain” attribute must have at least two periods in them to prevent accepting values of the form “.com” and “.edu”. If no domain name is specified, then the default value of the “domain” attribute is the domain name of the server that generated the cookie header.
The “path” attribute is used to specify a subset of file system directories in a domain for which the cookie is valid. If a cookie has already passed “domain” matching, then the path name of the URL for a requested document is compared with the “path” attribute. If there is a match, the cookie is considered valid and is sent along with the http request. All the characters of the defined path must match, however there may be additional characters on the path name. Thus, further defined subdirectories will match a path to the parent director. For example, the path “/foo” would match “/foo/bar”, “/foo/bar.html”, and evert “/foobar”, but “/foo” will not match the path “/”. Note that the path “/” is the most general path since it will match any path. If no path is specified when a cookie is created, then the default path will be the same path as the document that was sent with the header which contains the cookie.
The last element of the cookie definition is the optional label of “secure.” If a cookie is marked “secure,” then the cookie will only be retransmitted if there is a secure communication channel to the server system. In a preferred embodiment of the present invention, this means that the cookie will only be sent to HTTPS servers. (HTTP over SSL) If the “secure” attribute is not specified, a cookie is considered safe to be sent over unsecured channels.
The defined extension to the HTTP protocol allows multiple setcookie headers to be issued in a single HTTP response. Each set-cookie header should follow the conventions of the above described format.
Client Behavior
As previously described, when a client receives a set-cookie command in a header, the client system stores the cookie in some type of storage. In order not to place too much burden on client systems, each client system is expected to be able to store only a limited number of cookies. In one embodiment, the storage requirements for the client systems are:
If a cookie is received that matches the “NAME”, “domain” and “path” attributes of a previously received cookie, then the previously received cookie will be overwritten. Using this technique, it is possible for a server to delete a cookie previously sent to a client. Specifically, a server that wishes to delete a previous cookie sends a cookie having “expires” time which is in the past that matches the “NAME”, “domain” and “path” attributes of cookie to be deleted. Since the new overwritten cookie contains a expires time that has passed, the cookie will be deleted by the client system. Note “NAME”, “domain” and “path” attributes of the expired cookie must match exactly those of the valid cookie. Since a system must be within the domain that is specified in the domain attribute, it is difficult for any server other than the originator of a cookie to delete or change a cookie.
When a client system that implements the present invention wishes to send an http request to a particular Web server, the client system first examines its cookie list to see if the cookie list contains any matching cookies that need to be sent to the particular Web server. Specifically, before the client sends an http request to a Web server, the client compares the URL of the requested Web document against all of the stored cookies. If any of the cookies in the cookie list matches the requested URL then information containing the name/value pairs of the matching cookies will be sent along with the HTTP request. The format of the line is:
When a client sends cookies to a server, all cookies with a more specific path mapping should be sent before cookies with less specific path mappings. For example, a cookie “name1=foo” with a path mapping of “/bar” should be sent before a cookie “name2=foo2” with a path mapping of “/” if they are both to be sent since the path “/bar” is more specific than the global matching path “/”.
Paths having a higher-level value do not override more specific path mappings. If there are multiple matches for a given cookie name, but with separate paths, all the matching cookies will be sent. Thus, both the cookie “name=foo” with a path mapping of “/bar” and the cookie “name=foo” with a path mapping of “/” should be sent since they have different path names.
Some clients access Web servers on the Internet through firewall systems that are designed to prevent unwanted Internet traffic from affecting a local area network coupled to the Internet. Firewall systems often implement “proxy servers” that filter traffic to and from the Internet. It is important that proxy servers not cache Set-cookie commands when caching HTTP information. Thus, if a proxy server receives a response that contains a Set-cookie header, the proxy server should immediately propagate the Set-cookie header to the client. Similarly, if a client system request contains a “Cookie:” header, the cookie header should be forwarded through a proxy even if a conditional “If-modified-since” request is being made.
To further describe the present invention, the following examples describe a set of Web transactions operating in accordance with the present invention:
A client system requests a Web document from the Web server “telemarking.acme.com” and receives in response:
The client system stores this cookie in a local (client-side) storage unit (e.g. mass storage 127 or memory 125). Since no domain name was specifically identified, the domain will be set to “telemarking.acme.com” since that is the domain name of the server that generated the cookie. When the client later makes an http request for a document in any path (since the path is “/”) of a server system in the telemarking.acme.com domain, the client sends:
Assuming the client system makes another request to the telemarking.acme.com domain, the client might receive another cookie from the server such as:
The client will locally store this additional cookie. Again, no domain name was identified, such that the default domain, “telemarking.acme.com” will be stored. Now, if the client makes yet another request to the “telemarking.acme.com” domain, the client will send all the cookies it has for that domain. Specifically, the client sends:
Assuming, the client continues transactions with the “telemarking.acme.com” server, it may receive the following cookie from the server:
Then, if the client requests a document in path “/” on the “telemarking.acme.com” server, the client will send two cookies as state information:
Note that the cookie SHIPPING=FEDEX was not sent because the path “/” does not match the path “/foo”. On the other hand, when the client requests a document on the “telemarking.acme.com” server in path “/foo” on this server, then the client will send three cookies as state information;
Assume that all of the transactions of Example 1 have been cleared. A client system then requests a Web document from the Web server “telemarking.acme.com” and receives in response:
The client stores this cookie in a local (client-side) storage unit. Since no domain name was specifically identified, the domain will be set to “telemarking.acme.com”. When the client later makes a request to a document in any path of a system in the telemarking.acme.com domain, the client sends back the following data as information:
Assuming the client continues to access the “telemarking.acme.com” server, the client may later receive from the server:
The new cookie has the same name (PART_NUMBER) as an old cookie stored on the client system. Note that the old cookie is not overwritten since the new cookie has a different path attribute: Now, if the client makes a request for a document in the path “/ammo” on the telemarking.acme.com” server, the client should send the following two cookies as state information:
Both cookies are sent since the path of the requested document (“/ammo”) matches both the “/” path of the first cookie and the “/ammo” path of the second cookie. Note that the cookie PART_NUMBER=RIDING_ROCKET—23 is sent first since it has a more specific path (“/ammo”) than the global path (“/”) associated with the cookie PART_NUMBER=ROCKET_LAUNCHER—1.
To illustrate one possible use of the state information system of the present invention, an implementation of an on-line shopping system will be described. The on-line shopping system allows customers to shop in one or more stores that are implemented as Web servers on the Internet. A customer can browse information on the Web servers that describe products available from the stores. When a desired product is found, the user can place the product into a “virtual shopping basket.” The virtual shopping basket is implemented as a set of cookies that are sent to the client computer system and stored on the client computer system. At check-out time, the customer pays for the selected products using some type of payment system such as a credit card. After payment is received, the on-line shopping system notifies the stores to ship the selected products to the customer.
The customer uses Web browser software to access an on-line “merchant” server that is operated by a merchant having products to sell. This merchant server is a server computer system such as server system 122 shown in
After browsing through the Web pages provided by the server, the customer may select a product (step 216) by, for example, “clicking” (in the conventional manner) on an image of a product that causes the browser to request a Web page that fully describes the product. If the customer wishes to buy shoes from the merchant, the customer could click on a “buy it” button. The merchant server then sends an HTML form document that requests the customer to send necessary details for the purchase (step 218). For example, the customer may select a quantity, a desired style, and size of the product as requested by the form document. The browser then sends a POST command under HTTP, which transmits the data entered into the form to the merchant server (step 222). The data on the submitted form (e.g., quantity, size, style, etc.) is analyzed by the server and the transaction is processed. The server then generates a synthetic page and sends it to the browser running on the client system. This synthetic page preferably contains a thank you note along with confirmation information. Cookies containing information describing the selected product are also sent at this time (step 224).
The browser software running on the client system stores the cookies describing the selected products within the client computer system (step 226). The stored cookies include an identification of the contents of a virtual shopping basket that contains the products selected by the consumer. In an embodiment of the present invention, the cookies are stored in a file located in a storage medium (such as a hard disk) of client computer system 140.
The time interval for storing the cookies that describe the selected products can be set to any desired length. In one embodiment of the present invention, the cookies are deleted when the customer exits from the browser. This can be accomplished by not setting the “expires” attribute of the product description cookies. In another embodiment of the present invention, the cookies are kept valid (prior to their expiration) even after the customer exits from the browser and turns off computer 140. This can be accomplished by setting the “expires” attribute of the product description cookies to a later date.
After selecting a product, the customer may do additional shopping (e.g., buy a hat) from the same store or other stores (step 228). In this case, steps 212, 214, 215, 216, 218, 222, 224 and 226 need to be performed for the additional products. Each selection of a product in step 222 will result in the transmission of a cookie from the server to the client, which cookie identifies the selected product. The customer may also exit from the merchant system at any time.
When the customer desires to buy the products, the customer accesses a link that identifies a “check-out” Web page. The check-out Web page causes the browser to send all the product description cookies (230). Thus, the check-out Web page empties out the virtual shopping basket. The merchant server generates a total bill for all the products in the virtual shopping basket. The server may then request billing information (e.g., credit card number) and shipping (e.g., address) information from the customer using a form. In a preferred embodiment the transaction of credit card information is transmitted using a secure medium. The transaction server then performs a real-time credit card authorization. Once the transaction is authorized, transaction server sends messages to individual merchants to fulfill the order (step 240).
Other functions could be added to the above described merchant system. For example, several persons could use the same browser for shopping. In this case, the browser identifies the person doing the shopping, and assigns product description cookies to the appropriate person. Thus, each person would have their own virtual shopping basket.
The invention has been described with reference to specific exemplary embodiments thereof and various modifications and changes may be made thereto without departing from the broad spirit and scope of the invention. The specification and drawings are, accordingly, to be regarded in an illustrative rather than a restrictive sense; the invention is limited only by the following claims.
This application is a divisional of U.S. patent application Ser. No. 08/540,342, filed Oct. 6, 1995, which is now U.S. Pat. No. 5,774,670, which issued on Jun. 30,1998. This application is a reissue application of U.S. Pat. No. 6,134,592 granted Oct. 17, 2000 (application Ser. No. 08/918,977 filed Aug. 27, 1997), which is a divisional of U.S. Pat. No. 5,774,670 granted Jun. 30, 1998 (application Ser. No. 08/540,342, filed Oct. 6, 1995). Notice: More than one reissue application has been filed for the reissue of U.S. Pat. No. 6,134,592. The reissue applications of U.S. Pat. No. 6,134,592 are U.S. patent application Ser. No. 10/272,896 (the present application), as well as its divisional reissue applications including U.S. patent application Ser. Nos. 11/737,043, 11/737,042 and 11/737,055 all of which were filed on Apr. 18, 2007.
Number | Name | Date | Kind |
---|---|---|---|
4305059 | Benton | Dec 1981 | A |
4484304 | Anderson et al. | Nov 1984 | A |
4528643 | Freeny, Jr. | Jul 1985 | A |
4529870 | Chaum | Jul 1985 | A |
4566078 | Crabtree | Jan 1986 | A |
4578530 | Zeidler | Mar 1986 | A |
4734858 | Schlafly | Mar 1988 | A |
4755940 | Brachtl et al. | Jul 1988 | A |
4759063 | Chaum | Jul 1988 | A |
4759064 | Chaum | Jul 1988 | A |
4775935 | Yourick | Oct 1988 | A |
4795890 | Goldman | Jan 1989 | A |
4799156 | Shavit et al. | Jan 1989 | A |
4812628 | Boston et al. | Mar 1989 | A |
4827508 | Shear | May 1989 | A |
4891503 | Jewell | Jan 1990 | A |
4922521 | Krikke et al. | May 1990 | A |
4926480 | Chaum | May 1990 | A |
4935870 | Burk, Jr. et al. | Jun 1990 | A |
4941089 | Fischer | Jul 1990 | A |
4947028 | Gorog | Aug 1990 | A |
4947430 | Chaum | Aug 1990 | A |
4949380 | Chaum | Aug 1990 | A |
4972318 | Brown et al. | Nov 1990 | A |
4977595 | Ohta et al. | Dec 1990 | A |
4982346 | Girouard et al. | Jan 1991 | A |
4987593 | Chaum | Jan 1991 | A |
4991210 | Chaum | Feb 1991 | A |
4992940 | Dworkin | Feb 1991 | A |
4996711 | Chaum | Feb 1991 | A |
5025373 | Keyser, Jr. et al. | Jun 1991 | A |
5035515 | Crossman et al. | Jul 1991 | A |
5056712 | Enck | Oct 1991 | A |
5060153 | Nakagawa | Oct 1991 | A |
5077607 | Johnson et al. | Dec 1991 | A |
5105184 | Pirani et al. | Apr 1992 | A |
5204947 | Bernstein et al. | Apr 1993 | A |
5220501 | Lawlor et al. | Jun 1993 | A |
5226079 | Holloway | Jul 1993 | A |
5247575 | Sprague et al. | Sep 1993 | A |
5276736 | Chaum | Jan 1994 | A |
5297249 | Bernstein et al. | Mar 1994 | A |
5305195 | Murphy | Apr 1994 | A |
5309437 | Perlman et al. | May 1994 | A |
5311594 | Penzias | May 1994 | A |
5319542 | King, Jr. et al. | Jun 1994 | A |
5321751 | Ray et al. | Jun 1994 | A |
5325362 | Aziz | Jun 1994 | A |
5336870 | Hughes | Aug 1994 | A |
5341429 | Stringer et al. | Aug 1994 | A |
5347632 | Filepp et al. | Sep 1994 | A |
5351186 | Bullock et al. | Sep 1994 | A |
5351293 | Michener et al. | Sep 1994 | A |
5353283 | Tsuchiya | Oct 1994 | A |
5355453 | Row et al. | Oct 1994 | A |
5367635 | Bauer | Nov 1994 | A |
5367645 | Lubeck et al. | Nov 1994 | A |
5383113 | Kight et al. | Jan 1995 | A |
5388257 | Bauer | Feb 1995 | A |
5414833 | Hershey et al. | May 1995 | A |
5457738 | Sylvan | Oct 1995 | A |
5475585 | Bush | Dec 1995 | A |
5483652 | Sudama et al. | Jan 1996 | A |
5491820 | Belove et al. | Feb 1996 | A |
5521631 | Budow et al. | May 1996 | A |
5530849 | Hanushevsky et al. | Jun 1996 | A |
5530852 | Meske, Jr. et al. | Jun 1996 | A |
5535229 | Hain, Jr. et al. | Jul 1996 | A |
5544320 | Konrad | Aug 1996 | A |
5544322 | Cheng et al. | Aug 1996 | A |
5550984 | Gelb | Aug 1996 | A |
5557516 | Hogan | Sep 1996 | A |
5557518 | Rosen | Sep 1996 | A |
5557798 | Skeen et al. | Sep 1996 | A |
5560008 | Johnson et al. | Sep 1996 | A |
5566297 | Devarakonda et al. | Oct 1996 | A |
5577209 | Boyle et al. | Nov 1996 | A |
5583996 | Tsuchiya | Dec 1996 | A |
5590197 | Chen et al. | Dec 1996 | A |
5592378 | Cameron et al. | Jan 1997 | A |
5594910 | Filepp et al. | Jan 1997 | A |
5596642 | Davis et al. | Jan 1997 | A |
5596643 | Davis et al. | Jan 1997 | A |
5604802 | Holloway | Feb 1997 | A |
5619648 | Canale et al. | Apr 1997 | A |
5621797 | Rosen | Apr 1997 | A |
5623547 | Jones et al. | Apr 1997 | A |
5623656 | Lyons | Apr 1997 | A |
5642419 | Rosen | Jun 1997 | A |
5664110 | Green et al. | Sep 1997 | A |
5664111 | Nahan et al. | Sep 1997 | A |
5675507 | Bobo, II | Oct 1997 | A |
5694551 | Doyle et al. | Dec 1997 | A |
5708780 | Levergood et al. | Jan 1998 | A |
5710884 | Dedrick | Jan 1998 | A |
5710887 | Chelliah et al. | Jan 1998 | A |
5714971 | Shalit et al. | Feb 1998 | A |
5715314 | Payne et al. | Feb 1998 | A |
5721832 | Westrope et al. | Feb 1998 | A |
5724424 | Gifford | Mar 1998 | A |
5724521 | Dedrick | Mar 1998 | A |
5727164 | Kaye et al. | Mar 1998 | A |
5732219 | Blumer et al. | Mar 1998 | A |
5734719 | Tsevdos et al. | Mar 1998 | A |
5740425 | Povilus | Apr 1998 | A |
5745681 | Levine et al. | Apr 1998 | A |
5754656 | Nishioka et al. | May 1998 | A |
5757669 | Christie et al. | May 1998 | A |
5757699 | Takeshima et al. | May 1998 | A |
5757917 | Rose et al. | May 1998 | A |
5758327 | Gardner et al. | May 1998 | A |
5760771 | Blonder et al. | Jun 1998 | A |
5761649 | Hill | Jun 1998 | A |
5761662 | Dasan | Jun 1998 | A |
5768142 | Jacobs | Jun 1998 | A |
5768521 | Dedrick | Jun 1998 | A |
5774670 | Montulli | Jun 1998 | A |
5784565 | Lewine | Jul 1998 | A |
5790793 | Higley | Aug 1998 | A |
5805803 | Birrell et al. | Sep 1998 | A |
5806077 | Wecker | Sep 1998 | A |
5812776 | Gifford | Sep 1998 | A |
5826241 | Stein et al. | Oct 1998 | A |
5826242 | Montulli | Oct 1998 | A |
5848399 | Burke | Dec 1998 | A |
5848412 | Rowland et al. | Dec 1998 | A |
5848413 | Wolff | Dec 1998 | A |
5862325 | Reed et al. | Jan 1999 | A |
5870552 | Dozier et al. | Feb 1999 | A |
5875296 | Shi et al. | Feb 1999 | A |
5892917 | Myerson | Apr 1999 | A |
5895454 | Harrington | Apr 1999 | A |
5897622 | Blinn et al. | Apr 1999 | A |
5908469 | Botz et al. | Jun 1999 | A |
5909492 | Payne et al. | Jun 1999 | A |
5920847 | Kolling et al. | Jul 1999 | A |
5982891 | Ginter et al. | Nov 1999 | A |
6006018 | Burnett et al. | Dec 1999 | A |
6006199 | Berlin et al. | Dec 1999 | A |
6016520 | Facq et al. | Jan 2000 | A |
6023683 | Johnson et al. | Feb 2000 | A |
6041316 | Allen | Mar 2000 | A |
6049785 | Gifford | Apr 2000 | A |
6119151 | Cantrell | Sep 2000 | A |
6195649 | Gifford | Feb 2001 | B1 |
6199051 | Gifford | Mar 2001 | B1 |
6205437 | Gifford | Mar 2001 | B1 |
6249291 | Popp et al. | Jun 2001 | B1 |
6275867 | Bendert et al. | Aug 2001 | B1 |
6449599 | Payne et al. | Sep 2002 | B1 |
6708157 | Stefik et al. | Mar 2004 | B2 |
7272639 | Levergood et al. | Sep 2007 | B1 |
20070192709 | Popp et al. | Aug 2007 | A1 |
Number | Date | Country |
---|---|---|
0 172 670 | Feb 1986 | EP |
0 456 920 | Jan 1991 | EP |
0 542 298 | May 1993 | EP |
0 645 688 | Mar 1995 | EP |
718784 | Jun 1996 | EP |
490980 | May 1999 | EP |
2102606 | Feb 1983 | GB |
3278230 | Dec 1991 | JP |
4-10191 | Jan 1992 | JP |
05-158963 | Jun 1993 | JP |
5274275 | Oct 1993 | JP |
6162059 | Jun 1994 | JP |
6291776 | Oct 1994 | JP |
411098134 | Apr 1999 | JP |
A 11-098134 | Apr 1999 | JP |
WO 9116691 | Oct 1991 | WO |
WO 9310503 | May 1993 | WO |
WO 9403859 | Feb 1994 | WO |
WO 9516971 | Jun 1995 | WO |
Number | Date | Country | |
---|---|---|---|
Parent | 08540342 | Oct 1995 | US |
Child | 08918977 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 08918977 | Aug 1997 | US |
Child | 10272896 | US |