US20130173775A1 - Cookie Invalidation Or Expiration By A Switch - Google Patents

Cookie Invalidation Or Expiration By A Switch Download PDF

Info

Publication number
US20130173775A1
US20130173775A1 US13/693,012 US201213693012A US2013173775A1 US 20130173775 A1 US20130173775 A1 US 20130173775A1 US 201213693012 A US201213693012 A US 201213693012A US 2013173775 A1 US2013173775 A1 US 2013173775A1
Authority
US
United States
Prior art keywords
cookie
byte
odd
name
header
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/693,012
Inventor
Rui Li
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Brocade Communications Systems LLC
Original Assignee
Foundry Networks LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=42166734&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20130173775(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Foundry Networks LLC filed Critical Foundry Networks LLC
Priority to US13/693,012 priority Critical patent/US20130173775A1/en
Assigned to FOUNDRY NETWORKS, INC. reassignment FOUNDRY NETWORKS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LI, RUI
Publication of US20130173775A1 publication Critical patent/US20130173775A1/en
Assigned to BROCADE COMMUNICATIONS SYSTEMS, INC. reassignment BROCADE COMMUNICATIONS SYSTEMS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: FOUNDRY NETWORKS, LLC
Assigned to FOUNDRY NETWORKS, LLC reassignment FOUNDRY NETWORKS, LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: FOUNDRY NETWORKS, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/70Admission control; Resource allocation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/561Adding application-functional data or data for application control, e.g. adding metadata
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/28Timers or timing mechanisms used in protocols

Definitions

  • the present invention relates to the field of switching in a computer network. More particularly, the present invention relates to the invalidation or expiration of cookies by a switch in a computer network.
  • FIG. 1 is a diagram illustrating an example of a computer network with redundant servers.
  • the plurality of redundant servers 104 a - 104 e are managed by a switch 102 , which may direct traffic from a user 100 to an appropriate server based on various Quality of Service (QoS) parameters.
  • QoS Quality of Service
  • the switch 102 may perform load balancing, where traffic is directed to servers that are best able to handle the bandwidth and processor load required at the time the traffic is received.
  • a transaction which may include a request and a response
  • the traffic is routed based solely on the current server load.
  • One solution to this would be to examine the source of the traffic (i.e., the user's IP address) and use that information to route the traffic to the same server or server group as was used in the last transmission.
  • NAT network address translation
  • HTTP Hypertext Transport Protocol
  • the client may then store the cookie and, upon subsequent requests, place the cookie into the HTTP header of the request.
  • the server may then perform cookie switching for any HTTP request containing a cookie, routing the request to an appropriate server identified by the cookie.
  • the switch would introduce a cookie to the HTTP response when it receives it, before forwarding it back to the user.
  • Each incoming HTTP request would be examined to determine if a valid cookie identifies a preferred server for routing, and route the request accordingly.
  • a switch may be used to force the expiration of a cookie on a user's system by inserting an expiration field into the cookie contained in a network response packet. Additionally, a mechanism is provided to delete or damage a cookie contained in a network request packet, so that server software is not disrupted by the receipt of a cookie. Deleting a cookie results in a cleaner request, but damaging a cookie may be more efficient in certain circumstances. By providing these features, an efficient cookie switching design is provided.
  • FIG. 1 is a diagram illustrating an example of a computer network with redundant servers.
  • FIG. 2 is a flow diagram illustrating a method for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 3 is a flow diagram illustrating a method for invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram illustrating a switch for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram illustrating a switch capable of invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • the components, process steps, and/or data structures may be implemented using various types of operating systems, computing platforms, computer programs, and/or general purpose machines.
  • devices of a less general purpose nature such as hardwired devices, field programmable gate arrays (FPGAs), application specific integrated circuits (ASICs), or the like, may also be used without departing from the scope and spirit of the inventive concepts disclosed herein.
  • FPGAs field programmable gate arrays
  • ASICs application specific integrated circuits
  • the present invention is described in the context of a switch. However, one of ordinary skill in the art will recognize that the term switch should be read broadly, so as to include any device that directs packets, including a router and a gateway.
  • the present invention provides a mechanism for a switch to force the expiration of a cookie on a user's system. Additionally, a mechanism is provided to delete or damage a cookie contained in a request, so that server software is not disrupted by the receipt of a cookie. Deleting a cookie results in a cleaner request, but damaging a cookie may be more efficient in certain circumstances.
  • the present invention allows for a robust and efficient cookie switching design. Furthermore, the invention may be expanded to invalidate any portions of the header other than the cookie, should the need arise.
  • an extra field may be added to a cookie in an http response indicating when it should expire. This may be helpful for two reasons. First, this allows for a switch having knowledge that a server will be going down (for example, for scheduled maintenance) or removed to provide for a timing mechanism wherein the cookie continues to function until a predetermined time arrives. Second, this allows for a switch to force the immediate deletion of an existing cookie on the user's system. In the second case, the switch need only transmit an empty cookie but having an expiration time that has already been reached.
  • This cookie indicates that the cookie “FoundryFoo”, which is valid for all paths within domain www.foundrynet.com, will be expired immediately from both the memory and the hard drive on the user's system.
  • the cookie may be invalidated during the current browser session of the user.
  • the cookie expiration time would only be examined upon the beginning or ending of a browser session, thus merely setting the expiration time to a past time may not immediately invalidate the cookie.
  • a global clock may be supported for this expiration time.
  • global clock should be construed as meaning any clock not controlled by the device performing the specified act (i.e. the switch, or the user's system). This provides much more accuracy than using local clocks, which can potentially have significant time variations from one system to the next.
  • NTP network time protocol server
  • NTP may be provided which may interface with both the switch and the user's system.
  • Removal of a cookie in a request may be accomplished in two different ways.
  • the cookie may actually be deleted from the request.
  • a single cookie is deleted by deleting the entire cookie header:
  • the switch should locate only the appropriate cookie to delete, lest valuable information be lost. For example:
  • cookie deletion gives rise to the possibility that the full checksum of the packet needs to be recalculated due to the change in the packet length. Therefore, it may be beneficial in certain circumstance to damage the cookie without deleting it.
  • damaging the cookie may be performed by swapping four bytes of the cookie name (or cookie header name if there is only a single cookie in the header). This can be more efficient since it invalidates the cookie without having to change the packet size and recalculate the checksum. It will often be the first four bytes of the cookie name or cookie header name being swapped.
  • the first byte of the cookie name of cookie header name is not an even byte from the start of the packet, it may be more efficient to swap the second to fifth bytes rather than the first to fourth. This is because checksums are typically calculated by looking at every two bytes of data in the packet and calculating a value based on those two bytes, then adding it to a value for the next two bytes, etc. If the bytes to be swapped do not start on an even byte, the checksum calculation may be incorrect.
  • the four bytes may be swapped by swapping the first of the four bytes with the second of the four bytes, and the third with the fourth. As described above, this allows the data to be modified without affecting the checksums.
  • this allows the data to be modified without affecting the checksums.
  • cookie header name may be damaged to read:
  • cookie name may be damaged to read:
  • the cookie header name begins on an odd byte, then the second through fifth bytes are the ones that will be affected.
  • FIG. 2 is a flow diagram illustrating a method for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • a local clock may be synchronized with a global clock.
  • the global clock may be a Network Time Protocol (NTP) clock, which may interface with the switch and a user's system, although that is not essential.
  • NTP Network Time Protocol
  • the synchronization may be performed periodically.
  • an expiration field may be inserted into the cookie, the expiration field indicating a time when the cookie should expire according to the local clock.
  • the expiration field may indicate a time that has already passed if it is desired that a previously stored cookie on the user's system be invalidated immediately, although that is not essential.
  • a cookie value for the cookie may be empty if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential.
  • the cookie may be placed into the network response packet.
  • the network response packet may be forwarded to the user's system.
  • the expiration time to be inserted is recalculated every 20 seconds rather than per each network response packet. This avoids thousands of calculations of the expiration time.
  • FIG. 3 is a flow diagram illustrating a method for invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • the cookie is the only cookie in a cookie header in the network request packet or if the cookie is only one of a plurality of cookies in the network request packet. If it is the only cookie in a cookie header in the network request packet, at 302 it is determined if a cookie header name begins at an even byte or an odd byte from a beginning point of the header of the network request packet. If it is an even byte, then at 304 a first odd byte/even byte pair of the cookie header name may be swapped with a second odd byte/even byte pair of the cookie header name.
  • a first even byte/odd byte pair of the cookie header name may be swapped with a second even byte/odd byte pair of the cookie header name.
  • An odd byte/even byte pair is an odd byte followed by an even byte
  • an even byte/odd byte pair is an even byte followed by an odd byte.
  • the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie header name, while the second odd byte/even byte pair may be the third and fourth bytes.
  • the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie header name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • the cookie is one of a plurality of cookies in the network request packet, then at 308 it is determined if a cookie name corresponding to the cookie begins at an even byte or an odd byte from a beginning point of the header of the network request packet. If it is an even byte, then at 310 a first odd byte/even byte pair of the cookie name may be swapped with a second odd byte/even byte pair of the cookie name. If it is an odd byte, then at 312 a first even byte/odd byte pair of the cookie name may be swapped with a second even byte/odd byte pair of the cookie name.
  • An odd byte/even byte pair is an odd byte followed by an even byte
  • an even byte/odd byte pair is an even byte followed by an odd byte.
  • the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie name, while the second odd byte/even byte pair may be the third and fourth bytes.
  • the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • the method may only be performed for network request packets to be routed to a particular server and wherein the particular server is registered as not wanting to receive the cookie.
  • FIG. 4 is a block diagram illustrating a switch for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • a local clock-to-global clock synchronizer 400 may synchronize a local clock with a global clock.
  • the global clock may be a Network Time Protocol (NTP) clock, which may interface with the switch and a user's system, although that is not essential.
  • NTP Network Time Protocol
  • the synchronization may be performed periodically.
  • a cookie expiration field inserter 402 coupled to the local clock-to-global clock synchronizer 400 may insert an expiration field into the cookie, the expiration field indicating a time when the cookie should expire according to the local clock of the user.
  • the expiration field may indicate a time that has already passed if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential. Additionally, a cookie value for the cookie may be empty if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential.
  • a cookie-to-network response packet placer 404 coupled to the cookie expiration field inserter 402 may place the cookie in a cookie header in the network response packet.
  • a network response packet forwarder 406 coupled to the cookie-to-network response packet placer 404 may forward the network response packet may be forwarded to the user's system.
  • the expiration time to be inserted is recalculated every 20 seconds rather than per each network response packet. This avoids thousands of calculations of the expiration time.
  • FIG. 5 is a block diagram illustrating a switch capable of invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • a lone cookie determiner 500 may determine if the cookie is the only cookie in a cookie header in the network request packet or if the cookie is only one of a plurality of cookies in the network request packet. If it is the only cookie in a cookie header in the network request packet, a cookie header name even byte determiner 502 coupled to the lone cookie determiner 500 may determine if a cookie header name begins at an even byte or an odd byte from a beginning point of the network request packet.
  • a first odd byte/even byte pair-to-second odd byte/even byte pair cookie header name swapper 504 coupled to the cookie header name even byte determiner 502 may swap a first odd byte/even byte pair of the cookie header name with a second odd byte/even byte pair of the cookie header name.
  • a first even byte/odd byte pair-to-second even byte/odd byte pair cookie header name swapper 506 coupled to the cookie header name even byte determiner 502 may swap a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name.
  • an odd byte/even byte pair is an odd byte followed by an even byte
  • an even byte/odd byte pair is an even byte followed by an odd byte.
  • the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie header name, while the second odd byte/even byte pair may be the third and fourth bytes.
  • the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie header name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • a cookie name even byte determiner 508 coupled to the lone cookie determiner 500 may determine if a cookie name corresponding to the cookie begins at an even byte or an odd byte from a beginning point of the network request packet. If it is an even byte, then a first odd byte/even byte pair-to-second odd byte/even byte pair cookie name swapper 510 coupled to the cookie name even byte determiner 508 may swap a first odd byte/even byte pair of the cookie name with a second odd byte/even byte pair of the cookie name.
  • a first even byte/odd byte pair-to-second even byte/odd byte pair cookie name swapper 512 coupled to the cookie name even byte determiner 508 may swap a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name.
  • An odd byte/even byte pair is an odd byte followed by an even byte
  • an even byte/odd byte pair is an even byte followed by an odd byte.
  • the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie name, while the second odd byte/even byte pair may be the third and fourth bytes.
  • the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie name, while the second even byte/odd byte pair may be the fourth and fifth bytes.

Abstract

A switch may be used to force the expiration of a cookie on a user's system by inserting an expiration field into the cookie contained in a network response packet. Additionally, a mechanism is provided to delete or damage a cookie contained in a network request packet, so that server software is not disrupted by the receipt of a cookie. Deleting a cookie results in a cleaner request, but damaging a cookie may be more efficient in certain circumstances. By providing these features, an efficient cookie switching design is provided.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The present application is a continuation of application Ser. No. 12/961,438, filed on Dec. 6, 2010, which is a continuation of application Ser. No. 12/760,545, filed on Apr. 14, 2010, now U.S. Pat. No. 7,877,491, which is a continuation of application Ser. No. 10/364,892, filed on Feb. 11, 2003, entitled “COOKIE INVALIDATION OR EXPIRATION BY A SWITCH,” now U.S. Pat. No. 7,720,977, in the name of the same inventor and commonly owned herewith.
  • COPYRIGHT NOTICE
  • A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent files or records, but otherwise reserves all copyright rights whatsoever.
  • FIELD OF THE INVENTION
  • The present invention relates to the field of switching in a computer network. More particularly, the present invention relates to the invalidation or expiration of cookies by a switch in a computer network.
  • BACKGROUND OF THE INVENTION
  • Due to increased traffic on the Internet, many web sites now comprise a series of redundant servers controlled by a switch. FIG. 1 is a diagram illustrating an example of a computer network with redundant servers. The plurality of redundant servers 104 a-104 e are managed by a switch 102, which may direct traffic from a user 100 to an appropriate server based on various Quality of Service (QoS) parameters. For example, the switch 102 may perform load balancing, where traffic is directed to servers that are best able to handle the bandwidth and processor load required at the time the traffic is received.
  • In certain circumstances, however, it is beneficial to route traffic from a single user to the same server or server group each time a transaction (which may include a request and a response) is made. Normally, however, the traffic is routed based solely on the current server load. One solution to this would be to examine the source of the traffic (i.e., the user's IP address) and use that information to route the traffic to the same server or server group as was used in the last transmission.
  • Unfortunately, it is not always possible to distinguish individual users by their IP address, such as where network address translation is used (NAT). For these cases, it may be helpful to utilize cookies to identify individual users. When a client makes a request from a server, the response from the server can contain a cookie embedded into the Hypertext Transport Protocol (HTTP) header of the response. The client may then store the cookie and, upon subsequent requests, place the cookie into the HTTP header of the request. The server may then perform cookie switching for any HTTP request containing a cookie, routing the request to an appropriate server identified by the cookie.
  • Some companies, however, would need to significantly alter the software code running on their servers in order to provide for the ability to generate cookies. For these companies, a solution wherein the switch itself generated the cookies would be more beneficial. In this implementation, the switch would introduce a cookie to the HTTP response when it receives it, before forwarding it back to the user. Each incoming HTTP request would be examined to determine if a valid cookie identifies a preferred server for routing, and route the request accordingly.
  • Several problems, however, are introduced by such an implementation. First, it may sometimes be necessary for a particular cookie to be deleted from the user's computer, for example if the corresponding server is down or has been removed from the system. However, currently no mechanism exists allowing the switch to indicate that a cookie should be deleted from the user's computer. Furthermore, some companies may have software that is incompatible with cookies, even to such an extent as to crash or otherwise interfere with the performance of the software if an http request is received containing a cookie, even if the software is not planning on doing anything with the cookie. Currently, no mechanism exists for removing the cookie before it arrives at such a company's server. Therefore, a need exists for a solution that can overcome these problems.
  • BRIEF DESCRIPTION OF THE INVENTION
  • A switch may be used to force the expiration of a cookie on a user's system by inserting an expiration field into the cookie contained in a network response packet. Additionally, a mechanism is provided to delete or damage a cookie contained in a network request packet, so that server software is not disrupted by the receipt of a cookie. Deleting a cookie results in a cleaner request, but damaging a cookie may be more efficient in certain circumstances. By providing these features, an efficient cookie switching design is provided.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated into and constitute a part of this specification, illustrate one or more embodiments of the present invention and, together with the detailed description, serve to explain the principles and implementations of the invention.
  • In the drawings:
  • FIG. 1 is a diagram illustrating an example of a computer network with redundant servers.
  • FIG. 2 is a flow diagram illustrating a method for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 3 is a flow diagram illustrating a method for invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 4 is a block diagram illustrating a switch for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention.
  • FIG. 5 is a block diagram illustrating a switch capable of invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • Embodiments of the present invention are described herein in the context of a system of computers, servers, and software. Those of ordinary skill in the art will realize that the following detailed description of the present invention is illustrative only and is not intended to be in any way limiting. Other embodiments of the present invention will readily suggest themselves to such skilled persons having the benefit of this disclosure. Reference will now be made in detail to implementations of the present invention as illustrated in the accompanying drawings. The same reference indicators will be used throughout the drawings and the following detailed description to refer to the same or like parts.
  • In the interest of clarity, not all of the routine features of the implementations described herein are shown and described. It will, of course, be appreciated that in the development of any such actual implementation, numerous implementation-specific decisions must be made in order to achieve the developer's specific goals, such as compliance with application- and business-related constraints, and that these specific goals will vary from one implementation to another and from one developer to another. Moreover, it will be appreciated that such a development effort might be complex and time-consuming, but would nevertheless be a routine undertaking of engineering for those of ordinary skill in the art having the benefit of this disclosure.
  • In accordance with the present invention, the components, process steps, and/or data structures may be implemented using various types of operating systems, computing platforms, computer programs, and/or general purpose machines. In addition, those of ordinary skill in the art will recognize that devices of a less general purpose nature, such as hardwired devices, field programmable gate arrays (FPGAs), application specific integrated circuits (ASICs), or the like, may also be used without departing from the scope and spirit of the inventive concepts disclosed herein. Furthermore, the present invention is described in the context of a switch. However, one of ordinary skill in the art will recognize that the term switch should be read broadly, so as to include any device that directs packets, including a router and a gateway.
  • The present invention provides a mechanism for a switch to force the expiration of a cookie on a user's system. Additionally, a mechanism is provided to delete or damage a cookie contained in a request, so that server software is not disrupted by the receipt of a cookie. Deleting a cookie results in a cleaner request, but damaging a cookie may be more efficient in certain circumstances. By providing these features, the present invention allows for a robust and efficient cookie switching design. Furthermore, the invention may be expanded to invalidate any portions of the header other than the cookie, should the need arise.
  • In an embodiment of the present invention, an extra field may be added to a cookie in an http response indicating when it should expire. This may be helpful for two reasons. First, this allows for a switch having knowledge that a server will be going down (for example, for scheduled maintenance) or removed to provide for a timing mechanism wherein the cookie continues to function until a predetermined time arrives. Second, this allows for a switch to force the immediate deletion of an existing cookie on the user's system. In the second case, the switch need only transmit an empty cookie but having an expiration time that has already been reached.
  • Thus, a corresponding cookie may appear as follows:
  • Cookie: FoundryFoo=; path=/; domain=www.foundrynet.com;
    expires=Tue, 01-Jan- 1980 00:00:00 GMT
  • This cookie indicates that the cookie “FoundryFoo”, which is valid for all paths within domain www.foundrynet.com, will be expired immediately from both the memory and the hard drive on the user's system. By setting the cookie to empty, the cookie may be invalidated during the current browser session of the user. Typically, the cookie expiration time would only be examined upon the beginning or ending of a browser session, thus merely setting the expiration time to a past time may not immediately invalidate the cookie.
  • In another embodiment of the present invention, a global clock may be supported for this expiration time. For purposes of this application, global clock should be construed as meaning any clock not controlled by the device performing the specified act (i.e. the switch, or the user's system). This provides much more accuracy than using local clocks, which can potentially have significant time variations from one system to the next. For example, a network time protocol server (NTP) may be provided which may interface with both the switch and the user's system. One of ordinary skill in the art will recognize that NTP may be embodied in several different ways using many different devices, and that it is possible to communicate via NTP without actually communicating directly with an NTP server.
  • Removal of a cookie in a request may be accomplished in two different ways. In one embodiment, the cookie may actually be deleted from the request. Here, for example, a single cookie is deleted by deleting the entire cookie header:
  • Cookie: FoundryFoo=1234\r\n
    gets entirely deleted.
  • For more complicated cases where the cookie to be deleted is only one of a number of cookies in a cookie header, the switch should locate only the appropriate cookie to delete, lest valuable information be lost. For example:
  • Cookie: Address=Washington; FoundryFood=1234; name=Mike\r\n
  • may become:
  • Cookie: Address=Washington; name=Mike\r\n
  • One potential problem with cookie deletion, however, is that full deletion gives rise to the possibility that the full checksum of the packet needs to be recalculated due to the change in the packet length. Therefore, it may be beneficial in certain circumstance to damage the cookie without deleting it. In an embodiment of the present invention, damaging the cookie may be performed by swapping four bytes of the cookie name (or cookie header name if there is only a single cookie in the header). This can be more efficient since it invalidates the cookie without having to change the packet size and recalculate the checksum. It will often be the first four bytes of the cookie name or cookie header name being swapped. However, if the first byte of the cookie name of cookie header name is not an even byte from the start of the packet, it may be more efficient to swap the second to fifth bytes rather than the first to fourth. This is because checksums are typically calculated by looking at every two bytes of data in the packet and calculating a value based on those two bytes, then adding it to a value for the next two bytes, etc. If the bytes to be swapped do not start on an even byte, the checksum calculation may be incorrect.
  • The four bytes may be swapped by swapping the first of the four bytes with the second of the four bytes, and the third with the fourth. As described above, this allows the data to be modified without affecting the checksums. Thus, in an example with only one cookie:
  • Cookie: FoundryFoo=1234\r\n
  • then the cookie header name may be damaged to read:
  • okCoie: FoundryFoo=1234\r\n
  • For an example with multiple cookies:
  • Cookie: Address=Washington; FoundryFoo=1234; name=Mike\r\n
  • then the cookie name may be damaged to read:
  • Cookie: Address=Washington; unFodryFoo=1234; name=Mike\r\n
  • If, however, in the first example above, the cookie header name begins on an odd byte, then the second through fifth bytes are the ones that will be affected. Thus:
  • Cookie: FoundryFoo=1234\r\n
  • would be damaged to read:
  • Ckiooe: FoundryFoo=1234 \r\n
  • FIG. 2 is a flow diagram illustrating a method for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention. At 200, a local clock may be synchronized with a global clock. The global clock may be a Network Time Protocol (NTP) clock, which may interface with the switch and a user's system, although that is not essential. The synchronization may be performed periodically. At 202, an expiration field may be inserted into the cookie, the expiration field indicating a time when the cookie should expire according to the local clock. The expiration field may indicate a time that has already passed if it is desired that a previously stored cookie on the user's system be invalidated immediately, although that is not essential. Additionally, a cookie value for the cookie may be empty if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential. At 204, the cookie may be placed into the network response packet. At 206, the network response packet may be forwarded to the user's system. In an embodiment of the present invention, the expiration time to be inserted is recalculated every 20 seconds rather than per each network response packet. This avoids thousands of calculations of the expiration time.
  • FIG. 3 is a flow diagram illustrating a method for invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention. At 300, it is determined if the cookie is the only cookie in a cookie header in the network request packet or if the cookie is only one of a plurality of cookies in the network request packet. If it is the only cookie in a cookie header in the network request packet, at 302 it is determined if a cookie header name begins at an even byte or an odd byte from a beginning point of the header of the network request packet. If it is an even byte, then at 304 a first odd byte/even byte pair of the cookie header name may be swapped with a second odd byte/even byte pair of the cookie header name. If it is an odd byte, then at 306 a first even byte/odd byte pair of the cookie header name may be swapped with a second even byte/odd byte pair of the cookie header name. An odd byte/even byte pair is an odd byte followed by an even byte, while an even byte/odd byte pair is an even byte followed by an odd byte. In an embodiment of the present invention, the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie header name, while the second odd byte/even byte pair may be the third and fourth bytes. Additionally, the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie header name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • If, on the other hand, the cookie is one of a plurality of cookies in the network request packet, then at 308 it is determined if a cookie name corresponding to the cookie begins at an even byte or an odd byte from a beginning point of the header of the network request packet. If it is an even byte, then at 310 a first odd byte/even byte pair of the cookie name may be swapped with a second odd byte/even byte pair of the cookie name. If it is an odd byte, then at 312 a first even byte/odd byte pair of the cookie name may be swapped with a second even byte/odd byte pair of the cookie name. An odd byte/even byte pair is an odd byte followed by an even byte, while an even byte/odd byte pair is an even byte followed by an odd byte. In an embodiment of the present invention, the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie name, while the second odd byte/even byte pair may be the third and fourth bytes. Additionally, the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • While it is not essential, the method may only be performed for network request packets to be routed to a particular server and wherein the particular server is registered as not wanting to receive the cookie.
  • FIG. 4 is a block diagram illustrating a switch for adding a cookie to a network response packet at a switch in accordance with an embodiment of the present invention. A local clock-to-global clock synchronizer 400 may synchronize a local clock with a global clock. The global clock may be a Network Time Protocol (NTP) clock, which may interface with the switch and a user's system, although that is not essential. The synchronization may be performed periodically. A cookie expiration field inserter 402 coupled to the local clock-to-global clock synchronizer 400 may insert an expiration field into the cookie, the expiration field indicating a time when the cookie should expire according to the local clock of the user. The expiration field may indicate a time that has already passed if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential. Additionally, a cookie value for the cookie may be empty if it is desired that a previously stored cookie on the user's system be invalidated, although that is not essential. A cookie-to-network response packet placer 404 coupled to the cookie expiration field inserter 402 may place the cookie in a cookie header in the network response packet. A network response packet forwarder 406 coupled to the cookie-to-network response packet placer 404 may forward the network response packet may be forwarded to the user's system. In an embodiment of the present invention, the expiration time to be inserted is recalculated every 20 seconds rather than per each network response packet. This avoids thousands of calculations of the expiration time.
  • FIG. 5 is a block diagram illustrating a switch capable of invalidating a cookie from a network request packet at a switch in accordance with an embodiment of the present invention. A lone cookie determiner 500 may determine if the cookie is the only cookie in a cookie header in the network request packet or if the cookie is only one of a plurality of cookies in the network request packet. If it is the only cookie in a cookie header in the network request packet, a cookie header name even byte determiner 502 coupled to the lone cookie determiner 500 may determine if a cookie header name begins at an even byte or an odd byte from a beginning point of the network request packet. If it is an even byte, then a first odd byte/even byte pair-to-second odd byte/even byte pair cookie header name swapper 504 coupled to the cookie header name even byte determiner 502 may swap a first odd byte/even byte pair of the cookie header name with a second odd byte/even byte pair of the cookie header name. If it is an odd byte, then a first even byte/odd byte pair-to-second even byte/odd byte pair cookie header name swapper 506 coupled to the cookie header name even byte determiner 502 may swap a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name. An odd byte/even byte pair is an odd byte followed by an even byte, while an even byte/odd byte pair is an even byte followed by an odd byte. In an embodiment of the present invention, the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie header name, while the second odd byte/even byte pair may be the third and fourth bytes. Additionally, the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie header name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • If, on the other hand, the cookie is one of a plurality of cookies in the network request packet, then a cookie name even byte determiner 508 coupled to the lone cookie determiner 500 may determine if a cookie name corresponding to the cookie begins at an even byte or an odd byte from a beginning point of the network request packet. If it is an even byte, then a first odd byte/even byte pair-to-second odd byte/even byte pair cookie name swapper 510 coupled to the cookie name even byte determiner 508 may swap a first odd byte/even byte pair of the cookie name with a second odd byte/even byte pair of the cookie name. If it is an odd byte, then a first even byte/odd byte pair-to-second even byte/odd byte pair cookie name swapper 512 coupled to the cookie name even byte determiner 508 may swap a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name. An odd byte/even byte pair is an odd byte followed by an even byte, while an even byte/odd byte pair is an even byte followed by an odd byte. In an embodiment of the present invention, the first odd byte/even byte pair may be the first and second bytes from the beginning of the cookie name, while the second odd byte/even byte pair may be the third and fourth bytes. Additionally, the first even byte/odd byte pair may be the second and third bytes from the beginning of the cookie name, while the second even byte/odd byte pair may be the fourth and fifth bytes.
  • While embodiments and applications of this invention have been shown and described, it would be apparent to those skilled in the art having the benefit of this disclosure that many more modifications than mentioned above are possible without departing from the inventive concepts herein. The invention, therefore, is not to be restricted except in the spirit of the appended claims.

Claims (18)

What is claimed is:
1. A method comprising:
at a network device configured to perform packet switching, swapping a first odd byte/even byte pair of a cookie header name with a second odd byte/even byte pair of the cookie header name if the cookie header name begins at an even byte from a beginning point of a header of a network request packet; and
swapping a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name if the cookie header name begins at an odd byte from a beginning point of the header of the network request packet.
2. The method of claim 1, wherein an odd byte/even byte pair is an odd byte followed by an even byte.
3. The method of claim 1, wherein an even byte/odd byte pair is an even byte followed by an odd byte.
4. The method of claim 1, wherein the method is only performed for network request packets to be routed to a particular server and wherein the particular server is registered as not wanting to receive the cookie.
5. A method comprising:
at a network device configured to perform packet switching, swapping a first odd byte/even byte pair of a cookie name with a second odd byte/even byte pair of the cookie name if the cookie name begins at an even byte from a beginning point of a header of a network request packet; and
swapping a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name if the cookie name begins at an odd byte from a beginning point of the header of the network request packet.
6. The method of claim 5, wherein an odd byte/even byte pair is an odd byte followed by an even byte.
7. The method of claim 5, wherein an even byte/odd byte pair is an even byte followed by an odd byte.
8. The method of claim 5, wherein the method is only performed for network request packets to be routed to a particular server and wherein the particular server is registered as not wanting to receive the cookie.
9. A method comprising:
at a network switch configured to perform packet switching, swapping a first odd byte/even byte pair of a cookie header name with a second odd byte/even byte pair of the cookie header name if the cookie header name begins at an even byte from a beginning point of a header of a network request packet and if the cookie is an only cookie in a cookie header in the network request packet;
swapping a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name if the cookie header name begins at an odd byte from a beginning point of the header of the network request packet and if the cookie is the only cookie in a cookie header in the network request packet;
swapping a first odd byte/even byte pair of the cookie name with a second odd byte/even byte pair of the cookie name if the cookie name begins at an even byte from a beginning point of the header of the network request packet and if the cookie is one of a plurality of cookies in the network request packet; and
swapping a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name if the cookie name begins at an odd byte from a beginning point of the header of the network request packet and if the cookie is one of a plurality of cookies in the network request packet.
10. The method of claim 9, wherein an odd byte/even byte pair is an odd byte followed by an even byte.
11. The method of claim 9, wherein an even byte/odd byte pair is an even byte followed by an odd byte.
12. The method of claim 9, wherein the method is only performed for network request packets to be routed to a particular server and wherein the particular server is registered as not wanting to receive the cookie.
13. A method comprising:
at a network device configured to perform packet switching, swapping a first odd byte/even byte pair of a header name with a second odd byte/even byte pair of the header name if the header name begins at an even byte from a beginning point of a header of a network packet; and
swapping a first even byte/odd byte pair of the header name with a second even byte/odd byte pair of the header name if the header name begins at an odd byte from a beginning point of the header of the network packet.
14. The method of claim 13, wherein an odd byte/even byte pair is an odd byte followed by an even byte.
15. The method of claim 13, wherein an even byte/odd byte pair is an even byte followed by an odd byte.
16. An apparatus comprising:
a memory; and
one or more processors configured to:
swap a first odd byte/even byte pair of a cookie header name with a second odd byte/even byte pair of the cookie header name if the cookie header name begins at an even byte from a beginning point of a header of a network request packet; and
swap a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name if the cookie header name begins at an odd byte from a beginning point of the header of the network request packet.
17. An apparatus comprising:
a memory; and
one or more processors configured to:
swap a first odd byte/even byte pair of a cookie name with a second odd byte/even byte pair of the cookie name if the cookie name begins at an even byte from a beginning point of a header of a network request packet; and
swap a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name if the cookie name begins at an odd byte from a beginning point of the header of the network request packet.
18. An apparatus comprising:
a memory; and
one or more processors configured to:
swap a first odd byte/even byte pair of a cookie header name with a second odd byte/even byte pair of the cookie header name if the cookie header name begins at an even byte from a beginning point of a header of a network request packet and if the cookie is an only cookie in a cookie header in the network request packet;
swap a first even byte/odd byte pair of the cookie header name with a second even byte/odd byte pair of the cookie header name if the cookie header name begins at an odd byte from a beginning point of the header of the network request packet and if the cookie is the only cookie in a cookie header in the network request packet;
swap a first odd byte/even byte pair of the cookie name with a second odd byte/even byte pair of the cookie name if the cookie name begins at an even byte from a beginning point of the header of the network request packet and if the cookie is one of a plurality of cookies in the network request packet; and
swap a first even byte/odd byte pair of the cookie name with a second even byte/odd byte pair of the cookie name if the cookie name begins at an odd byte from a beginning point of the header of the network request packet and if the cookie is one of a plurality of cookies in the network request packet.
US13/693,012 2003-02-11 2012-12-03 Cookie Invalidation Or Expiration By A Switch Abandoned US20130173775A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/693,012 US20130173775A1 (en) 2003-02-11 2012-12-03 Cookie Invalidation Or Expiration By A Switch

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US10/364,892 US7720977B1 (en) 2003-02-11 2003-02-11 Cookie invalidation or expiration by a switch
US12/760,545 US7877491B2 (en) 2003-02-11 2010-04-14 Cookie invalidation or expiration by a switch
US12/961,438 US8327000B2 (en) 2003-02-11 2010-12-06 Cookie invalidation or expiration by a switch
US13/693,012 US20130173775A1 (en) 2003-02-11 2012-12-03 Cookie Invalidation Or Expiration By A Switch

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/961,438 Continuation US8327000B2 (en) 2003-02-11 2010-12-06 Cookie invalidation or expiration by a switch

Publications (1)

Publication Number Publication Date
US20130173775A1 true US20130173775A1 (en) 2013-07-04

Family

ID=42166734

Family Applications (5)

Application Number Title Priority Date Filing Date
US10/364,892 Active 2026-09-11 US7720977B1 (en) 2003-02-11 2003-02-11 Cookie invalidation or expiration by a switch
US12/760,545 Expired - Fee Related US7877491B2 (en) 2003-02-11 2010-04-14 Cookie invalidation or expiration by a switch
US12/781,787 Expired - Fee Related US7925789B2 (en) 2003-02-11 2010-05-17 Cookie invalidation or expiration by a switch
US12/961,438 Expired - Lifetime US8327000B2 (en) 2003-02-11 2010-12-06 Cookie invalidation or expiration by a switch
US13/693,012 Abandoned US20130173775A1 (en) 2003-02-11 2012-12-03 Cookie Invalidation Or Expiration By A Switch

Family Applications Before (4)

Application Number Title Priority Date Filing Date
US10/364,892 Active 2026-09-11 US7720977B1 (en) 2003-02-11 2003-02-11 Cookie invalidation or expiration by a switch
US12/760,545 Expired - Fee Related US7877491B2 (en) 2003-02-11 2010-04-14 Cookie invalidation or expiration by a switch
US12/781,787 Expired - Fee Related US7925789B2 (en) 2003-02-11 2010-05-17 Cookie invalidation or expiration by a switch
US12/961,438 Expired - Lifetime US8327000B2 (en) 2003-02-11 2010-12-06 Cookie invalidation or expiration by a switch

Country Status (1)

Country Link
US (5) US7720977B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881616A (en) * 2015-06-29 2015-09-02 北京金山安全软件有限公司 Privacy information storage method and device based on application program
US9473571B2 (en) 2011-06-25 2016-10-18 Brocade Communications Systems, Inc. Controlling the operation of server computers

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7346695B1 (en) 2002-10-28 2008-03-18 F5 Networks, Inc. System and method for performing application level persistence
US7720977B1 (en) 2003-02-11 2010-05-18 Foundry Networks, Inc. Cookie invalidation or expiration by a switch
US20050216844A1 (en) * 2004-03-03 2005-09-29 Error Brett M Delayed transmission of website usage data
US8180771B2 (en) * 2008-07-18 2012-05-15 Iac Search & Media, Inc. Search activity eraser
US9934310B2 (en) 2012-01-18 2018-04-03 International Business Machines Corporation Determining repeat website users via browser uniqueness tracking
CN103401693A (en) * 2013-08-02 2013-11-20 苏州鼎富软件科技有限公司 Multimedia message group sending system
JPWO2016121005A1 (en) * 2015-01-27 2017-09-21 株式会社日立製作所 Management computer and management method of computer system
US11689627B1 (en) 2020-06-04 2023-06-27 State Farm Mutual Automobile Insurance Company Multi-session cookie swap

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5948099A (en) * 1989-03-30 1999-09-07 Intel Corporation Apparatus and method for swapping the byte order of a data item to effectuate memory format conversion
US6134531A (en) * 1997-09-24 2000-10-17 Digital Equipment Corporation Method and apparatus for correlating real-time audience feedback with segments of broadcast programs
US6374300B2 (en) * 1999-07-15 2002-04-16 F5 Networks, Inc. Method and system for storing load balancing information with an HTTP cookie
US20020169712A1 (en) * 1998-10-19 2002-11-14 Nokia Networks Oy Service control in a telecommunications network
US6510439B1 (en) * 1999-08-06 2003-01-21 Lucent Technologies Inc. Method and system for consistent update and retrieval of document in a WWW server
US6658463B1 (en) * 1999-06-10 2003-12-02 Hughes Electronics Corporation Satellite multicast performance enhancing multicast HTTP proxy system and method
US20040010676A1 (en) * 2002-07-11 2004-01-15 Maciukenas Thomas B. Byte swap operation for a 64 bit operand
US20060036875A1 (en) * 2004-08-10 2006-02-16 Microsoft Corporation Enhanced cookie management
US7233997B1 (en) * 1997-06-26 2007-06-19 British Telecommunications Plc Data communications
US20070180048A1 (en) * 2006-01-27 2007-08-02 International Business Machines Corporation Caching of private data for a configurable time period
US7675854B2 (en) * 2006-02-21 2010-03-09 A10 Networks, Inc. System and method for an adaptive TCP SYN cookie with time validation
US7925789B2 (en) * 2003-02-11 2011-04-12 Brocade Communications Systems, Inc. Cookie invalidation or expiration by a switch

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6421768B1 (en) 1999-05-04 2002-07-16 First Data Corporation Method and system for authentication and single sign on using cryptographically assured cookies in a distributed computer environment
US7346695B1 (en) 2002-10-28 2008-03-18 F5 Networks, Inc. System and method for performing application level persistence
US7673045B1 (en) 2000-06-15 2010-03-02 Microsoft Corporation Multiple site automated logout
US8255454B2 (en) * 2002-09-06 2012-08-28 Oracle International Corporation Method and apparatus for a multiplexed active data window in a near real-time business intelligence system

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5948099A (en) * 1989-03-30 1999-09-07 Intel Corporation Apparatus and method for swapping the byte order of a data item to effectuate memory format conversion
US7233997B1 (en) * 1997-06-26 2007-06-19 British Telecommunications Plc Data communications
US6134531A (en) * 1997-09-24 2000-10-17 Digital Equipment Corporation Method and apparatus for correlating real-time audience feedback with segments of broadcast programs
US20020169712A1 (en) * 1998-10-19 2002-11-14 Nokia Networks Oy Service control in a telecommunications network
US6658463B1 (en) * 1999-06-10 2003-12-02 Hughes Electronics Corporation Satellite multicast performance enhancing multicast HTTP proxy system and method
US6473802B2 (en) * 1999-07-15 2002-10-29 F5 Networks, Inc. Method and system for storing load balancing information with an HTTP cookie
US6374300B2 (en) * 1999-07-15 2002-04-16 F5 Networks, Inc. Method and system for storing load balancing information with an HTTP cookie
US6510439B1 (en) * 1999-08-06 2003-01-21 Lucent Technologies Inc. Method and system for consistent update and retrieval of document in a WWW server
US20040010676A1 (en) * 2002-07-11 2004-01-15 Maciukenas Thomas B. Byte swap operation for a 64 bit operand
US7925789B2 (en) * 2003-02-11 2011-04-12 Brocade Communications Systems, Inc. Cookie invalidation or expiration by a switch
US20060036875A1 (en) * 2004-08-10 2006-02-16 Microsoft Corporation Enhanced cookie management
US20070180048A1 (en) * 2006-01-27 2007-08-02 International Business Machines Corporation Caching of private data for a configurable time period
US7675854B2 (en) * 2006-02-21 2010-03-09 A10 Networks, Inc. System and method for an adaptive TCP SYN cookie with time validation

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9473571B2 (en) 2011-06-25 2016-10-18 Brocade Communications Systems, Inc. Controlling the operation of server computers
US9661070B2 (en) 2011-06-25 2017-05-23 Brocade Communications, Inc. Controlling the operation of server computers
CN104881616A (en) * 2015-06-29 2015-09-02 北京金山安全软件有限公司 Privacy information storage method and device based on application program

Also Published As

Publication number Publication date
US20100226367A1 (en) 2010-09-09
US20120011246A1 (en) 2012-01-12
US7720977B1 (en) 2010-05-18
US8327000B2 (en) 2012-12-04
US7925789B2 (en) 2011-04-12
US20100293298A1 (en) 2010-11-18
US7877491B2 (en) 2011-01-25

Similar Documents

Publication Publication Date Title
US7925789B2 (en) Cookie invalidation or expiration by a switch
US7624184B1 (en) Methods and apparatus for managing access to data through a network device
US9009838B2 (en) Method and apparatus for effecting an internet user's privacy directive
EP1053524B2 (en) Optimized network resource location
US7818454B2 (en) Host migration system
US6173311B1 (en) Apparatus, method and article of manufacture for servicing client requests on a network
US7054935B2 (en) Internet content delivery network
US7949779B2 (en) Controlling subscriber information rates in a content delivery network
US6374300B2 (en) Method and system for storing load balancing information with an HTTP cookie
US7590716B2 (en) System, method and apparatus for use in monitoring or controlling internet access
US20070061465A1 (en) Host migration system
EP3035638A1 (en) Interest acknowledgements for information centric networking
US20020112036A1 (en) Method and apparatus for discovering client proximity
US9521071B2 (en) Federation of controllers management using packet context
US6339796B1 (en) System for logical connection resynchronization
US6952740B1 (en) Apparatus and method of maintaining a route table
CN108259198A (en) A kind of pre-judging method, device and the equipment of domain name cache hit rate
US9087068B1 (en) Proximity based lossless compression of client information in a network device
US6230283B1 (en) Logical connection resynchronization
US6237111B1 (en) Method for logical connection resynchronization
JP2004297494A (en) Name resolution method and its apparatus in a plurality of network connection

Legal Events

Date Code Title Description
AS Assignment

Owner name: FOUNDRY NETWORKS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LI, RUI;REEL/FRAME:029947/0165

Effective date: 20030207

AS Assignment

Owner name: BROCADE COMMUNICATIONS SYSTEMS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:FOUNDRY NETWORKS, LLC;REEL/FRAME:032340/0349

Effective date: 20140131

Owner name: FOUNDRY NETWORKS, LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:FOUNDRY NETWORKS, INC.;REEL/FRAME:032382/0831

Effective date: 20090511

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION