US6076108A - System and method for maintaining a state for a user session using a web system having a global session server - Google Patents
System and method for maintaining a state for a user session using a web system having a global session server Download PDFInfo
- Publication number
- US6076108A US6076108A US09/036,010 US3601098A US6076108A US 6076108 A US6076108 A US 6076108A US 3601098 A US3601098 A US 3601098A US 6076108 A US6076108 A US 6076108A
- Authority
- US
- United States
- Prior art keywords
- session
- user
- web system
- global
- server
- 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.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/14—Session management
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Definitions
- the present invention relates in general to the field of public networks and network communication and, more particularly, to a system and method for maintaining states for user sessions with a web system.
- Web-based communication is different from mainframe and client-server arenas where many information services (IS) departments have most of their expertise.
- IS information services
- One difference is that HTTP, an underlying protocol of web communication, is both connectionless and stateless. This causes a problem for dynamic interactions with the user where a web system needs to be able to keep track of the user's state during a session involving multiple web interactions (e.g., web page requests). Without a way to manage state, between web transactions the system will have "forgotten” information about the user and the context of the session. This can be further complicated by the fact that in many large web systems the user does not interact with the same web server from transaction to transaction.
- a system and method for maintaining states for user sessions with a web system are disclosed that provide significant advantages over conventional web-based system development and management tools.
- maintaining state includes receiving a request from a user that initiates a user session with the web system and processing the request to provide a web page to the user.
- Session data representing a state of the user session is stored in memory in a global session server. Then, for each subsequent request associated with the user session, the subsequent request is received, and the session data is retrieved from the global session server. The subsequent request is then processed using the session data to provide a web page to the user, and the session data is changed to reflect the processing. The session data is again updated in the global session server.
- the global session server thereby stores session data unique to each user session accumulated over multiple web transactions.
- the session data includes name/value pairs where the values can be self describing objects such as text, numbers, arrays, and interfaces to other objects.
- a technical advantage of the use of the global session server is that it allows a web system engine to remain stateless with respect to an ongoing user interaction with the web system. This ability to remain stateless frees web system engine to effectively manage server load balancing and other speed issues. Further, by separating the state information from important enterprise data (which can be stored in secure databases), the global session server allows the web system engine to more quickly associate a state with a particular user request that reflects the history of the current user session.
- FIG. 1 is a block diagram of one embodiment of a logical layout of an enterprise interaction hub for managing an enterprise web system
- FIGS. 2A and 2B are block diagrams of object flow within one embodiment of a web system implemented using an enterprise interaction hub;
- FIGS. 3A and 3B are block diagrams of an enterprise web system that implements a centralized global session server and a distributed global session server;
- FIG. 4 is a block diagram of one embodiment of using a global session server within an enterprise web system.
- FIG. 1 is a block diagram of one embodiment of a logical layout of an enterprise interaction hub, indicated generally at 10, for managing an enterprise web system.
- a commercially available enterprise interaction hub implemented using the layered architecture of FIG. 1 is the SMART DNATM HUB available from SMART Technologies, Inc. of Austin, Tex.
- hub 10 comprises a series of layers bound together through the use of a communication protocol such as DCOM.
- the layers include an interaction layer 12, a presentation layer 14, a business layer 16 and an integration layer 18.
- Presentation layer 14 includes render objects 20, business layer 16 includes business objects 22, and integration layer 18 includes COM objects 24.
- Integration layer 18 interfaces to enterprise space 26 that may include legacy applications and data and to independent software vendor (ISV) space 28 that may include various ISV applications, such as ECOMM or configuration applications (such as the configuration product available from CALICO).
- ISV independent software vendor
- Trend data collection layer 32 can store data, based upon user activity over time, in a trend database 36.
- One use for trend database 36 is to be mined for data to populate a profile database 38.
- This profile data can be used to characterize individual users and can be fed back into presentation layer 14 and business layer 16.
- interaction modules 40 provide management and interface functions including a workbench 42 and component creator 44.
- This layered architecture for hub 10 allows the various functional areas of a web system to be insulated from each other helping to improve web system robustness while easing development and quality assurance through clear demarcations of functionality.
- the layered architecture also allows pieces of the web system to evolve individually as business needs and web technologies change.
- interaction layer 12 serves as the front door to the web system.
- Interaction layer 12 can be responsible for enforcing security, managing sessions, and distributing requests to the most available servers. By actively monitoring the status of render engines in presentation layer 14, interaction layer 12 is able to ensure high availability and optimum load balancing across the web system. Interaction layer 12 can also provide an important optimization in the form of page caching, a technology which improves performance four-fold over dynamically generated pages.
- integration layer 12 is built around the MICROSOFT® INTERNET INFORMATION SERVER and incorporates system-wide session management and comprehensive security. In this manner, integration layer 12 of hub 10 handles many of the technical difficulties of web development.
- Presentation Layer 14 can server to generate web pages for interaction with the user.
- presentation layer 14 includes hypertext markup language (HTML) pages augmented by a special set of tags.
- HTML hypertext markup language
- the pages within presentation layer 14 can be edited through the page development and management environment provided by workbench 42.
- workbench 42 is built around MICROSOFT® FRONT PAGE and VISUAL SOURCE SAFE and is integrated into a database-centric architecture for managing content.
- Workbench 42 can provide HTML editing, tightly integrated version control, and page promotion tools (e.g., to promote pages from development, through quality assurance and to production).
- page promotion tools e.g., to promote pages from development, through quality assurance and to production.
- developers can create a large proportion (e.g., 90%) of all pages without custom code.
- Such pages can have the power to access information in legacy systems through integration layer 18, utilize business rules in business layer 16 to make complicated decisions, and display customized content.
- business rules in business layer 16 to make complicated decisions, and display customized content.
- render engines in presentation layer 14 are responsible for interpreting the tag set which is expandable through render object extensions. New tags or whole tag sets can be developed to meet the enterprise's needs and can then be used in the HTML of the page with no coding on the part of the developer.
- Business layer 16 provides the business logic for the web system.
- Business layer 16 includes the business rules of the system which are carefully isolated from the presentation layer.
- the business rules can be implemented as COM business objects 22 within business layer 16. This separation into a layer has the advantage of centralizing business rules and guaranteeing that business rules are implemented consistently throughout the system. This makes the business rules far easier to change than in systems where such rules are embedded in the page. Further, this approach makes page and business rule development more simple and less expensive. For example, HTML developers can be responsible for developing and maintaining a page while programmers can implement business rules. Since each rule or set of rules can be a separate COM business object 22, business rules can be unit tested reducing the complexity of quality assurance and improving the overall robustness of the web system.
- Integration layer 18 allows the system to tie into a wide array of existing legacy applications, databases and third party software present in enterprise space 26 and ISV space 28. Integration layer 18 can utilize DCOM and CORBA or can be extended to use proprietary standards for communicating with other parts of the enterprise. By isolating the difficult issues of integration into a separate layer, the overall cost of web system development can be decreased. HTML developers can develop the pages of presentation layer 14 which access the enterprise's other systems through tags in the page rather then requiring skill sets necessary to integrate into those systems. In the same way, integration layer 18 provides visibility to the rest of the enterprise for business logic layer 16 through the use of application program interfaces (API's), allowing cost-effective junior level programmers to implement the bulk of the web system business logic.
- API's application program interfaces
- Trend data collection layer 32 is a transparent layer that monitors and accumulates historical information from layers 12, 14, 16 and 18 in hub 10 and stores that information in trend database 36.
- the layers generate events providing information about the request. These events can be as high level as simple transaction log events which detail that a request for a given page came in with a certain session ID and IP address or can be as granular as events generated by individual business rule objects detailing their specific interactions with the request.
- the business can capture any level of detail about the web system's functioning without impacting system performance. This information can then be used to meet the business' needs for history, reporting, capacity planning, system monitoring and, through the profile layer, marketing research.
- hub 10 can profile the way users typically interact with the enterprise and the products and services that interest them. This profile information is stored in profile database 38 and allows the enterprise to improve the user's interactions. Further, this profile information provides a valuable marketing research tool. The profile information can be further leveraged through advertisements and content targeted at individual customers which simultaneously serve the customer's need and increase sales for the enterprise.
- Hub 10 uses profile information and business rules to provide customized dynamic content designed to appeal to the individual user's interests. This personalized content helps the enterprise serve the user's individual needs in a customized way not available through other forms of communication. This personalization can utilize business rules in business logic layer 16 and additional information from integration layer 18 to determine content to display. HTML page developers simply need to drop in appropriate tags and the content dynamically appears. Whether displaying an advertisement for accessories that complement products in the user's catalog, offering special personalized promotions, or just offering information of potential interest, personalization makes the interaction richer and more satisfying.
- Console 34 provides a control center for a system built on hub 10.
- Console 34 allows centralized administration of the system including: adding or removing servers, monitoring render engine load, and changing the configurations for business objects and integrated third party software utilized by the system.
- Hub 10 can use dynamic load balancing to evenly distribute requests across any number of web system servers. Balanced systems tend to be immune to momentary traffic spikes and much more robust under peak traffic situations. Since hub 10 actively monitors and distributes requests to the most available servers, the response time of the system becomes much more consistent and servers can be added or removed from the system transparently.
- GSS global session server
- This global session server transparently provides session information to servers in the web system and provides a fault-tolerant architecture for maintaining state. The global session server is described in more detail below.
- Hub 10 is designed to allow multiple redundancy at every level and actively monitors request status and redistributes requests as necessary to guarantee fault tolerance against individual server failures. Additionally, by separating the web system into functional layers bound together through DCOM, servers are insulated against individual component failures. The component in question can be restarted without impacting other server.
- Hub 10 is a database centric architecture and includes active request monitoring. As a result, hub 10 allows servers to be taken in and out of service as needed. Unlike systems utilizing the file-system to store pages, with hub 10, promotion of pages through the typical development, quality assurance, and production cycle does not involve file replication and version controlling issues. Instead promoting pages consists of changing a page status in the content database. This also means that setting up a new server is simply a matter of installing the hub software, the server will then gather all its settings and pages from a centralized distribution point. From an administrative standpoint, there is the capability of using the monitoring and remote administration tools built into a WINDOWS NT Server. Additionally, the system's settings and statuses are centrally controllable with console 34. Also, by complying with standards for SNMP and Performance Monitor counters, hub 10 can allow the enterprise to use third party monitoring tools such as TME available from TIVOLI and PATROL available from BMC SOFTWARE.
- third party monitoring tools such as TME available from TIVOLI and PATROL available from B
- hub 10 can be configured to provide several additional levels of protection.
- tamper-proof URLs are in effect for every hub installation.
- hub 10 can detect a URL that has been altered and reject the associated requests.
- Memory based cookies can take security to the next level by validating that all requests for a single session are originating on the same machine.
- Security is even further enhanced through the use of the latest web-based technologies, such as SSL encryption and certificate authentication, both supported by the hub framework.
- hub 10 can allow access to be controlled on a page-by page basis by specifying group-based access rights for each page.
- FIGS. 2A and 2B are block diagrams of object flow within one embodiment of a web system implemented using an enterprise interaction hub.
- FIGS. 2A and 2B represent a web system implemented using the SMART DNATM HUB available from SMART Technologies, Inc. of Austin, Tex.
- a load distribution unit 98 receives user URL requests. Load distribution unit 98 then distributes each URL request to one of a plurality of physical computer systems for processing.
- load distribution unit 98 can be a CISCO Front End Local Director which uses a "round robin" or "least connections” algorithm for routing requests. Further, in this implementation, the routing scheme can use a "sticky" feature to attempt to route certain categories of requests to the same physical computer system.
- each physical computer system has a MICROSOFT® INTERNET INFORMATION SERVER (IIS) 100 that receives routed URL requests.
- Server 100 in turn feeds a broker 102 which includes a document cache 104.
- Broker 102 can interface with security agent 106 which in turn can interface with encryption agent 108.
- Encryption agent 108 can interface with attribute cache 110 which can access a database 112.
- IIS performance counters 114 monitor performance of broker 102 and receives information from NT performance monitor 116.
- broker 102 interfaces with one of multiple engine managers 120.
- Engine managers 120 distribute the load of servicing requests to render engines 122.
- Engine managers 120 also interface with a Power Builder bridge 124.
- render engines 122 in turn interface with Power Builder (PBD) engines 126 which each can include a render engine PBD 130 and application code PBDs 132.
- Power Builder bridge 124 also interfaces with Power Builder engines 126, as well as encryption agent 128.
- Power Builder engines 126 interface with a session manager 134.
- Session manager in turn interfaces with a global session server (GSS) 136 which stores state information for user sessions.
- GSS global session server
- global session server 138 is maintained as a component in memory and stores data items associated with the state of a user session.
- Power Builder engines 126 interface with script broker 140.
- Script broker 140 can then interface with a legacy web application 142, script page cache 144 (and database 146) and project databases 148.
- bridge 124 allows debugging of Power Builder application code 132 and render engines 122.
- Render engines 122 parse the raw HTML script and take an appropriate action depending on the tags.
- Engine manager 120 is the system element that receives requests from the broker 102, binds the request to an available render engine 122, delivers the request to a render engine 122, receives the results from the render engine 122, and delivers the results back to broker 102.
- Engine manager 120 can perform extensive error recovery in the case of a failure during the render process.
- Script page cache 144 is responsible for caching the script pages in a memory based cache to avoid fetching the script page from a database 148 on every render request.
- Attribute cache 110 provides fast access to (security related) group access numbers and (document cache related) cache control enumeration.
- Encryption agents 108 and 106 are objects that implement an encryption algorithm (e.g., MD5) and are used by several system elements to provide security.
- Security agent 106 is an object used by broker 102 to apply security checks to an incoming request and generate a security violation reject if the checks detect a security violation.
- the enterprise hub provides a scalable, open platform for run-time production support and development of enterprise Internet and intranet applications.
- the Internet is a connectionless environment
- HTTP is a stateless protocol
- each browser request to a web server is independent.
- the web server does not inherently retain the state of a particular user's past requests.
- application work flow is maintained by a session control layer provided by session manager 134 and by global session server 136.
- Session manager 134 bundles and stores session data to the centralized or distributed global session server 136 for access from any system node. Each time a user enters the web system the user can be given a new unique session ID. Session IDs can be set to expire after any period of inactivity or after log-out. Session information is stored at run-time by session manager 134.
- Application level code can query session manager 134 for session data through a COM interface.
- FIGS. 3A and 3B are block diagrams of an enterprise web system that implements a centralized global session server and a distributed global session server.
- a centralized global session server is common to multiple render engines.
- a web system 200 includes multiple render engines 202.
- Render engines 202 interface to session managers 204 each of which include a session cache 206.
- Each session cache 206 can interface with global session server 208 which is maintained in memory for quick access.
- Render engines 202 can be distributed across multiple physical computer systems, and one or more render engine 202 can exist on any of the physical computer systems at a particular point in time.
- web system engine 200 provides a web system that services requests for web content from users and returns web pages to users.
- the requests will be part of a session with the web system where the session involves multiple web interactions by a user that span a relatively short period of time or that occur between log-in and log-out by a user.
- the session involves a user visiting the web system to transact some type of business and then leaving the web system.
- the components of web system engine 200 perform various functions in servicing requests within the context of web interactions as described, for example, with respect to FIGS. 1, 2A and 2B above. It should be understood that implementations for web system engine 200 other than that shown above can be used and are within the scope of the present invention.
- render engines 202 when a user engages in a session with the web system, requests from the user will be directed to render engines 202.
- render engines 202 can get current state information for that session through the respective session manager 204 and session cache 206 and from global session server 208.
- Render engines 202 then operate to process requests using the session information and return web content that reflects the state of the user session.
- the lifetime of the session data stored in global session server 208 can be relatively short.
- the session data typically spans one session by a user defined either by a specified period of time or by log-in and log-out events. Because of the short duration, the focus on global session server 208 can be to provide quick state information without the need for special security protocols.
- a session ID (SID) is associated with the request.
- the SID identifies the request as part of a particular user session.
- the render engine 202 processing the request passes the SID to session manager 204 to request session information for that SID.
- Session cache 206 within that session manager 204 then calls a "lock" on that SID within global session server 208. Assuming the session data for that SID is not already "locked", the session cache 206 well then download the session data from global session server 208 for that SID. Session manager 204 then provides the session information in session cache 206 to render engine 202.
- the session cache 206 calls an "unlock", and changes to the session state are written back from session cache 206 to global session server 208. The new session data for that SID is then again available for access.
- the global session server can also be distributed across multiple physical computer systems.
- a web system 210 includes multiple render engines 212.
- Render engines 212 interface to session managers 214.
- Each session manager 214 includes a broker 216 and a session cache 218.
- Each session cache 218 can interface with multiple global session servers 220 which is maintained in memory for quick access.
- Render engines 212 can be distributed across multiple physical computer systems, and one or more render engine 212 can exist on any of the physical computer systems at a particular point in time. When a user engages in a session with the web system, requests from the user will be directed to render engines 212.
- render engines 212 can get current state information for that session through the respective session manager 214 and session cache 218 and from one of the global session servers 220.
- Brokers 216 are use to locate the global session server 220 that stores the master copy of session data for the particular user session.
- Session cache 218 can then interface with the correct global session server 220 to obtain the session data.
- Render engines 202 then operate to process requests using the session information and return web content that reflects the state of the user session.
- a session ID (SID) is associated with the request.
- the SID identifies the request as part of a particular user session.
- the render engine 212 processing the request passes the SID to session manager 214 to request session information for that SID.
- a "lock" is then called in the broker 216 for that session manager 214.
- Broker 216 determines where the master copy of session data for that SID is located.
- Broker 216 makes a connection through the local session cache 218 to the session cache 218 on the computer system where the master copy of session data is stored.
- Session cache 218 downloads the session data from the global session server 220 that stores the master copy.
- Session manager 214 then provides the session information to render engine 212.
- an "unlock” is called. This causes changes to the session state to be written back from session cache 218 to the master copy of the session data on global session server 220.
- the new session data can also be written to one or more shadow copies stored in other global session servers 220. Also, migration of the master copy to a new location can occur if, for example, enough hits from a remote system have occurred. After the "unlock" completes, the new session data for that SID is again available for access.
- migration of master copies uses a count of the number of accesses to a master copy from any particular computer system.
- the master copy of the session data is then allowed to migrate to the computer system making the largest number of requests over a specified tunable threshold. This allows session data to be retrieved more quickly on the computer system accessing it most often without the expense of pulling the session data over the network.
- the maintenance of master and shadow copies of session data can be accomplished, for example, by using the MICROSOFT Transaction Server whereby if a change does not get completed, that copy of the data is removed from the list.
- one or more global session servers 220 storing session data accessed through one or more session managers 214.
- the distribution of state information across multiple global session servers 220 allows robust operation in case of the failure of one or more software or hardware components. For example, if a master copy of session data is lost, one of the shadow copies can be promoted to be the master to maintain continuity of the user session. Further, the distributed nature can allow quick access to local memory without requiring network communication to obtain the session data.
- FIG. 4 is a block diagram of one embodiment of using a global session server within an enterprise web system.
- the web system can be maintained by a web system engine 230 that has access to a global session server 232.
- Web system engine 230 can be like that described above, or can include other component implementations.
- a web interaction with the web system occurs when a user request is received and is typically part of a user session.
- the request is commonly an HTTP request generated by remote user software such as a web browser.
- web system engine 230 uses global session server 232 to maintain state information about the current user session associated with the request.
- the state information can be stored as session data 234 created for each user session.
- Session data 234 can be created when a user initiates a web interaction and there is no current session data for that user.
- web system engine 230 can create a session cache 236 and provide session cache 236 with a session ID. Using the session ID, session cache 236 can then request the corresponding session data 234 from global session server 232. If the session data 234 is not already locked, global session server 232 can provide session data 234 to session cache 236 and lock session data 234 from concurrent access. If the session data 234 is already locked, then another session cache 236 is currently processing a request for that user session which needs to be completed. After completion, session data 234 is updated and made available.
- session cache 236 receives the session data 232, web system 230 can use this session information to help build a responsive web page.
- the web page is built, it is sent to the requesting user.
- the session data 234 is then updated, stored in global session server 232, and released for access by another session cache 236.
- session cache 236 is not released until after one or more shadow copies of session data 234 have been made.
- global session server 232 allows web system engine to remain stateless with respect to an ongoing user session with the web system. This ability to remain stateless frees web system engine 230 to effectively manage server load balancing and other speed issues. Further, by separating the state information from important enterprise data and storing it in operating memory, global session server 232 allows web system engine 230 to more quickly associate a state with a particular user request.
- the data stored in a session state 234 can include any helpful information concerning a web session with the web system.
- the session data stores a list of name/value pairs as shown, for example, in the following table.
- the values are simply character strings.
- the session data stores variable values that are self describing objects.
- objects can include text, numbers, arrays and interfaces to other objects (e.g., application objects, images, sound files, movie files, etc.). This use of self describing objects provides a richer object structure and the implementation of more features which allow the session state to be a powerful tool to enable dynamic and individualized interactions with the web system.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
______________________________________ variable name value ______________________________________ password xxxxxx address IP address . . . . . . ______________________________________
Claims (22)
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/036,010 US6076108A (en) | 1998-03-06 | 1998-03-06 | System and method for maintaining a state for a user session using a web system having a global session server |
US09/162,221 US6085220A (en) | 1998-03-06 | 1998-09-28 | Enterprise interaction hub for managing an enterprise web system |
US09/593,294 US6480894B1 (en) | 1998-03-06 | 2000-06-13 | System and method for maintaining a state for a user session using a web system |
US09/603,759 US6360249B1 (en) | 1998-03-06 | 2000-06-26 | Enterprise interaction hub for managing an enterprise web system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/036,010 US6076108A (en) | 1998-03-06 | 1998-03-06 | System and method for maintaining a state for a user session using a web system having a global session server |
Related Child Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,221 Division US6085220A (en) | 1998-03-06 | 1998-09-28 | Enterprise interaction hub for managing an enterprise web system |
US09/593,294 Continuation US6480894B1 (en) | 1998-03-06 | 2000-06-13 | System and method for maintaining a state for a user session using a web system |
Publications (1)
Publication Number | Publication Date |
---|---|
US6076108A true US6076108A (en) | 2000-06-13 |
Family
ID=21886088
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/036,010 Expired - Lifetime US6076108A (en) | 1998-03-06 | 1998-03-06 | System and method for maintaining a state for a user session using a web system having a global session server |
US09/162,221 Expired - Lifetime US6085220A (en) | 1998-03-06 | 1998-09-28 | Enterprise interaction hub for managing an enterprise web system |
US09/593,294 Expired - Lifetime US6480894B1 (en) | 1998-03-06 | 2000-06-13 | System and method for maintaining a state for a user session using a web system |
US09/603,759 Expired - Lifetime US6360249B1 (en) | 1998-03-06 | 2000-06-26 | Enterprise interaction hub for managing an enterprise web system |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/162,221 Expired - Lifetime US6085220A (en) | 1998-03-06 | 1998-09-28 | Enterprise interaction hub for managing an enterprise web system |
US09/593,294 Expired - Lifetime US6480894B1 (en) | 1998-03-06 | 2000-06-13 | System and method for maintaining a state for a user session using a web system |
US09/603,759 Expired - Lifetime US6360249B1 (en) | 1998-03-06 | 2000-06-26 | Enterprise interaction hub for managing an enterprise web system |
Country Status (1)
Country | Link |
---|---|
US (4) | US6076108A (en) |
Cited By (212)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6182138B1 (en) * | 1996-02-15 | 2001-01-30 | Nec Corporation | Data distribution system that performs load balancing by directly transmitting data between distribution servers |
WO2001027717A2 (en) * | 1999-10-11 | 2001-04-19 | I2 Technologies, Inc. | Distributed session services |
US6256641B1 (en) * | 1998-12-15 | 2001-07-03 | Hewlett-Packard Company | Client transparency system and method therefor |
US6272675B1 (en) * | 1998-10-01 | 2001-08-07 | Unisys Corporation | Development system for automatically enabling a server application to execute with an XATMI-compliant transaction manager managing transactions within multiple environments |
US20010037380A1 (en) * | 2000-04-24 | 2001-11-01 | Communityiq.Com | Web site hosting model |
US20010037490A1 (en) * | 2000-03-17 | 2001-11-01 | Hiang-Swee Chiang | Web application generator |
WO2002003169A2 (en) * | 2000-06-30 | 2002-01-10 | Flamenco Networks, Inc. | Method, apparatus, and system for centrally defining and distributing connection definitions over a network |
US20020004830A1 (en) * | 2000-05-02 | 2002-01-10 | Richard Hyatt | Method and system for providing engineering analysis tools in a distributed environment |
WO2002015526A1 (en) * | 2000-08-11 | 2002-02-21 | Netscape Communications Corporation | Server-side session management |
US6366907B1 (en) * | 1999-12-15 | 2002-04-02 | Napster, Inc. | Real-time search engine |
US6374300B2 (en) * | 1999-07-15 | 2002-04-16 | F5 Networks, Inc. | Method and system for storing load balancing information with an HTTP cookie |
US6381617B1 (en) * | 1999-08-25 | 2002-04-30 | Hewlett-Packard Company | Multiple database client transparency system and method therefor |
US6385642B1 (en) * | 1998-11-03 | 2002-05-07 | Youdecide.Com, Inc. | Internet web server cache storage and session management system |
US6389431B1 (en) * | 1999-08-25 | 2002-05-14 | Hewlett-Packard Company | Message-efficient client transparency system and method therefor |
US20020059309A1 (en) * | 2000-06-26 | 2002-05-16 | International Business Machines Corporation | Implementing data management application programming interface access rights in a parallel file system |
US20020065875A1 (en) * | 2000-11-30 | 2002-05-30 | Shawn Bracewell | System and method for managing states and user context over stateless protocols |
WO2002051178A1 (en) * | 2000-12-21 | 2002-06-27 | Sonera Oyj | Centralized session management |
US20020087657A1 (en) * | 2000-12-28 | 2002-07-04 | Hunt Galen C. | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US6418464B1 (en) * | 1998-09-25 | 2002-07-09 | Apple Compunter, Inc. | Method and apparatus for coordination of client/server processes |
US20020099806A1 (en) * | 2000-11-30 | 2002-07-25 | Phillip Balsamo | Processing node for eliminating duplicate network usage data |
US20020116642A1 (en) * | 2000-07-10 | 2002-08-22 | Joshi Vrinda S. | Logging access system events |
US6449765B1 (en) * | 1999-08-09 | 2002-09-10 | Acceleration Software International Corporation | Varying web page link based on user and web page status |
US20020133635A1 (en) * | 2001-03-16 | 2002-09-19 | Microsoft Corporation | Method and system for interacting with devices having different capabilities |
US20020143933A1 (en) * | 2001-04-03 | 2002-10-03 | International Business Machines Corporation | Clickstream data collection technique |
US20020152403A1 (en) * | 2001-04-12 | 2002-10-17 | International Business Machines Corporation | Method and system providing secure socket layer session sharing between network based servers and a client |
US20020161893A1 (en) * | 2000-10-04 | 2002-10-31 | Wical Kelly J. | Switched session management using local persistence in an automated and distributed replication system |
US6480894B1 (en) * | 1998-03-06 | 2002-11-12 | I2 Technologies Us, Inc. | System and method for maintaining a state for a user session using a web system |
US6490624B1 (en) * | 1998-07-10 | 2002-12-03 | Entrust, Inc. | Session management in a stateless network system |
US20020184338A1 (en) * | 2001-06-04 | 2002-12-05 | Haines Robert E. | System and method for requesting computer resources |
US6496932B1 (en) | 1998-01-20 | 2002-12-17 | Proact Technologies, Corp. | Secure session tracking method and system for client-server environment |
US20030028390A1 (en) * | 2001-07-31 | 2003-02-06 | Stern Edith H. | System to provide context-based services |
US20030025728A1 (en) * | 2001-07-10 | 2003-02-06 | Ebbo David S. | User control objects for providing server-side code generation from a user-defined dynamic web page content file |
US20030037108A1 (en) * | 2001-08-16 | 2003-02-20 | Christopher Peiffer | System and method for maintaining statefulness during client-server interactions |
WO2003017089A2 (en) * | 2001-08-13 | 2003-02-27 | International Business Machines Corporation | Keeping persistency while switching between modalities |
US6539494B1 (en) * | 1999-06-17 | 2003-03-25 | Art Technology Group, Inc. | Internet server session backup apparatus |
US6557038B1 (en) * | 1999-06-30 | 2003-04-29 | International Business Machines Corporation | Method and apparatus for maintaining session states |
US6558431B1 (en) * | 1998-09-11 | 2003-05-06 | Macromedia, Inc. | Storing valid and invalid markup language in strict and relaxed tables respectively |
WO2003041355A1 (en) * | 2001-11-05 | 2003-05-15 | Nokia Corporation | A method and a system for stateless load sharing for a server cluster in an ip-based telecommunications network |
US20030097639A1 (en) * | 2001-11-20 | 2003-05-22 | Microsoft Corporation | Inserting device specific content |
US6598077B2 (en) * | 1999-12-06 | 2003-07-22 | Warp Solutions, Inc. | System and method for dynamic content routing |
US20030140312A1 (en) * | 1999-05-14 | 2003-07-24 | Assisto, Inc. | Applications and services supported by a client-server independent intermediary mechanism |
US20030162561A1 (en) * | 2002-02-27 | 2003-08-28 | Greg Johnson | System and method for concurrent multimodal communication session persistence |
US6622167B1 (en) * | 1999-06-30 | 2003-09-16 | International Business Machines Corporation | Document shadowing intranet server, memory medium and method |
US6636889B1 (en) * | 2000-01-04 | 2003-10-21 | International Business Machines Corporation | System and method for client replication of collaboration space |
US6644974B2 (en) | 2001-07-24 | 2003-11-11 | International Business Machines Corporation | Educational process that produces deliverable document |
US20030233477A1 (en) * | 2002-06-17 | 2003-12-18 | Microsoft Corporation | Extensible infrastructure for manipulating messages communicated over a distributed network |
US20040006710A1 (en) * | 2002-04-25 | 2004-01-08 | Pollutro Dennis Vance | Computer security system |
US20040030806A1 (en) * | 2002-06-11 | 2004-02-12 | Pandya Ashish A. | Memory system for a high performance IP processor |
US20040064564A1 (en) * | 1999-09-24 | 2004-04-01 | Ruslan Belkin | Mechanism for enabling customized session managers to interact with a network server |
US20040068572A1 (en) * | 2002-10-04 | 2004-04-08 | Zhixue Wu | Methods and systems for communicating over a client-server network |
US20040073644A1 (en) * | 2002-10-15 | 2004-04-15 | Koch Donald O. | System and method for processing web activity data |
US20040098229A1 (en) * | 2002-06-28 | 2004-05-20 | Brett Error | Efficient click-stream data collection |
US6742023B1 (en) | 2000-04-28 | 2004-05-25 | Roxio, Inc. | Use-sensitive distribution of data files between users |
US6745243B2 (en) * | 1998-06-30 | 2004-06-01 | Nortel Networks Limited | Method and apparatus for network caching and load balancing |
US6757900B1 (en) * | 2000-05-18 | 2004-06-29 | Microsoft Corporation | State management of server-side control objects |
US6766349B1 (en) | 1999-09-24 | 2004-07-20 | Sun Microsystems, Inc. | Mechanism for obtaining a thread from, and returning a thread to, a thread pool without attaching and detaching |
US6772333B1 (en) * | 1999-09-01 | 2004-08-03 | Dickens Coal Llc | Atomic session-start operation combining clear-text and encrypted sessions to provide id visibility to middleware such as load-balancers |
US20040153973A1 (en) * | 2002-11-21 | 2004-08-05 | Lawrence Horwitz | System and method for automatically storing and recalling application states based on application contexts |
US6792607B1 (en) | 2000-05-18 | 2004-09-14 | Microsoft Corporation | Databinding using server-side control objects |
US20040210623A1 (en) * | 2003-03-06 | 2004-10-21 | Aamer Hydrie | Virtual network topology generation |
US6829639B1 (en) * | 1999-11-15 | 2004-12-07 | Netvision, Inc. | Method and system for intelligent global event notification and control within a distributed computing environment |
US20040268357A1 (en) * | 2003-06-30 | 2004-12-30 | Joy Joseph M. | Network load balancing with session information |
US20040264481A1 (en) * | 2003-06-30 | 2004-12-30 | Darling Christopher L. | Network load balancing with traffic routing |
US20050050204A1 (en) * | 2003-09-02 | 2005-03-03 | Stefan Beck | Session handling |
US20050071489A1 (en) * | 2000-12-22 | 2005-03-31 | Microsoft Corporation | Context-aware systems and methods location-aware systems and methods context-aware vehicles and methods of operating the same and location-aware vehicles and methods of operating the same |
US20050091230A1 (en) * | 2003-10-24 | 2005-04-28 | Ebbo David S. | Software build extensibility |
US20050091505A1 (en) * | 2003-06-12 | 2005-04-28 | Camiant, Inc. | Dynamic service delivery platform for communication networks |
US20050102273A1 (en) * | 2000-08-30 | 2005-05-12 | Ibm Corporation | Object oriented based, business class methodology for performing data metric analysis |
US6895584B1 (en) | 1999-09-24 | 2005-05-17 | Sun Microsystems, Inc. | Mechanism for evaluating requests prior to disposition in a multi-threaded environment |
US6898604B1 (en) | 2001-06-29 | 2005-05-24 | Microsoft Corporation | XML serialization and deserialization |
US6915454B1 (en) | 2001-06-12 | 2005-07-05 | Microsoft Corporation | Web controls validation |
US20050188012A1 (en) * | 2001-03-26 | 2005-08-25 | Microsoft Corporation | Methods and systems for synchronizing visualizations with audio streams |
US6937992B1 (en) | 2000-12-29 | 2005-08-30 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US6944797B1 (en) | 2001-06-07 | 2005-09-13 | Microsoft Corporation | Method and system for tracing |
US20050204045A1 (en) * | 1999-09-24 | 2005-09-15 | Ruslan Belkin | Mechanism for enabling session information to be shared across multiple processes |
US20050216844A1 (en) * | 2004-03-03 | 2005-09-29 | Error Brett M | Delayed transmission of website usage data |
US6961750B1 (en) | 2000-05-18 | 2005-11-01 | Microsoft Corp. | Server-side control objects for processing client-side user interface elements |
US20050246446A1 (en) * | 2004-03-31 | 2005-11-03 | International Business Machines Corporation | Method, system, and article of manufacture for controlling client access |
US20050256834A1 (en) * | 2004-05-17 | 2005-11-17 | Microsoft Corporation | Data controls architecture |
US6970933B1 (en) | 1999-07-15 | 2005-11-29 | F5 Networks, Inc. | Enabling application level persistence between a server and another resource over a network |
US20050268292A1 (en) * | 2004-05-28 | 2005-12-01 | Microsoft Corporation | Non-compile pages |
US6976079B1 (en) | 2000-09-29 | 2005-12-13 | International Business Machines Corporation | System and method for upgrading software in a distributed computer system |
US20050278351A1 (en) * | 2004-05-28 | 2005-12-15 | Microsoft Corporation | Site navigation and site navigation data source |
US6978298B1 (en) * | 2000-05-25 | 2005-12-20 | International Business Machines Corporation | Method and apparatus for managing session information in a data processing system |
US20060004910A1 (en) * | 2000-05-18 | 2006-01-05 | Microsoft Corporation | Postback input handling by server-side control objects |
US6985946B1 (en) | 2000-05-12 | 2006-01-10 | Microsoft Corporation | Authentication and authorization pipeline architecture for use in a web server |
US6990653B1 (en) | 2000-05-18 | 2006-01-24 | Microsoft Corporation | Server-side code generation from a dynamic web page content file |
US20060020883A1 (en) * | 2004-05-28 | 2006-01-26 | Microsoft Corporation | Web page personalization |
US20060089996A1 (en) * | 2000-10-05 | 2006-04-27 | Juniper Networks, Inc. | Connection management system and method |
US7043752B2 (en) | 2001-01-12 | 2006-05-09 | Siemens Medical Solutions Health Services Corporation | System and user interface supporting concurrent application initiation and interoperability |
US7076534B1 (en) * | 2000-06-30 | 2006-07-11 | Microsoft Corporation | Server-side scripting that enables creation of customized documents for clients |
US7080078B1 (en) * | 2000-05-09 | 2006-07-18 | Sun Microsystems, Inc. | Mechanism and apparatus for URI-addressable repositories of service advertisements and other content in a distributed computing environment |
US7085744B2 (en) * | 2000-12-08 | 2006-08-01 | International Business Machines Corporation | Method and system for conducting a transaction over a network |
US7089301B1 (en) | 2000-08-11 | 2006-08-08 | Napster, Inc. | System and method for searching peer-to-peer computer networks by selecting a computer based on at least a number of files shared by the computer |
US7093020B1 (en) * | 2000-06-29 | 2006-08-15 | Sungard Sct Inc. | Methods and systems for coordinating sessions on one or more systems |
US20060200469A1 (en) * | 2005-03-02 | 2006-09-07 | Lakshminarayanan Chidambaran | Global session identifiers in a multi-node system |
US7139758B1 (en) * | 2002-12-02 | 2006-11-21 | Microsoft Corporation | Method and system for improved security to control and facilitate access to data stored in a database |
US7162723B2 (en) | 2001-06-29 | 2007-01-09 | Microsoft Corporation | ASP.NET HTTP runtime |
US20070018403A1 (en) * | 2005-02-14 | 2007-01-25 | Wong Jacob Y | Yangtze hold 'em and other poker games played with a chinese poker deck |
US7188176B1 (en) * | 2000-01-20 | 2007-03-06 | Priceline.Com Incorporated | Apparatus, system, and method for maintaining a persistent data state on a communications network |
US7206848B1 (en) * | 2000-09-21 | 2007-04-17 | Hewlett-Packard Development Company, L.P. | Intelligently classifying and handling user requests in a data service system |
US7206803B1 (en) * | 1999-08-19 | 2007-04-17 | International Business Machines Corporation | Method and apparatus for controlling access to the contents of web pages by using a mobile security module |
US20070094326A1 (en) * | 2000-08-22 | 2007-04-26 | International Business Machines Corporation | Object Oriented Based, Business Class Methodology for Generating Quasi-Static Web Pages at Periodic Intervals |
US7216294B2 (en) | 2001-09-04 | 2007-05-08 | Microsoft Corporation | Method and system for predicting optimal HTML structure without look-ahead |
US20070214505A1 (en) * | 2005-10-20 | 2007-09-13 | Angelos Stavrou | Methods, media and systems for responding to a denial of service attack |
US20070214495A1 (en) * | 2001-01-12 | 2007-09-13 | Siemens Medical Solutions Usa, Inc. | System and User Interface Supporting Context Sharing Between Concurrently Operating Applications |
US20070226339A1 (en) * | 2002-06-27 | 2007-09-27 | Siebel Systems, Inc. | Multi-user system with dynamic data source selection |
US20070233880A1 (en) * | 2005-10-20 | 2007-10-04 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for enabling a consistent web browsing session on different digital processing devices |
US20070245334A1 (en) * | 2005-10-20 | 2007-10-18 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for maintaining execution of a software process |
US20070244962A1 (en) * | 2005-10-20 | 2007-10-18 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for managing a distributed application running in a plurality of digital processing devices |
US7287084B1 (en) | 1999-07-15 | 2007-10-23 | F5 Networks, Inc. | Enabling encryption of application level persistence between a server and a client |
US20070260643A1 (en) * | 2003-05-22 | 2007-11-08 | Bruce Borden | Information source agent systems and methods for distributed data storage and management using content signatures |
US20070283141A1 (en) * | 2003-12-31 | 2007-12-06 | Pollutro Dennis V | Method and System for Establishing the Identity of an Originator of Computer Transactions |
US7310629B1 (en) | 1999-12-15 | 2007-12-18 | Napster, Inc. | Method and apparatus for controlling file sharing of multimedia files over a fluid, de-centralized network |
US7346689B1 (en) * | 1998-04-20 | 2008-03-18 | Sun Microsystems, Inc. | Computer architecture having a stateless human interface device and methods of use |
US7346695B1 (en) | 2002-10-28 | 2008-03-18 | F5 Networks, Inc. | System and method for performing application level persistence |
US20080098122A1 (en) * | 2003-02-13 | 2008-04-24 | Scott Metzger | Methods, Apparatuses and Systems Facilitating Seamless, Virtual Integration of Online Membership Models and Services |
US7444410B1 (en) * | 2002-02-15 | 2008-10-28 | Oracle International Corporation | Application platform execution environment |
US7493397B1 (en) | 2001-06-06 | 2009-02-17 | Microsoft Corporation | Providing remote processing services over a distributed communications network |
US20090070687A1 (en) * | 2007-09-12 | 2009-03-12 | Richard James Mazzaferri | Methods and Systems for Providing, by a Remote Machine, Access to a Desk Band Associated with a Resource Executing on a Local Machine |
US20090100517A1 (en) * | 2007-10-12 | 2009-04-16 | Su Yong Kim | Apparatus and method for monitoring and protecting system resources from web browser |
US20090106433A1 (en) * | 2001-02-26 | 2009-04-23 | Oracle International Corporation | Access system interface |
US20090133110A1 (en) * | 2007-11-13 | 2009-05-21 | Applied Identity | System and method using globally unique identities |
US20090138939A1 (en) * | 2007-11-09 | 2009-05-28 | Applied Identity | System and method for inferring access policies from access event records |
US20090144818A1 (en) * | 2008-11-10 | 2009-06-04 | Applied Identity | System and method for using variable security tag location in network communications |
US20090196269A1 (en) * | 2008-02-01 | 2009-08-06 | Devesh Agarwal | Methods, systems, and computer readable media for controlling access to voice resources in mobile networks using mobility management signaling messages |
US7574653B2 (en) | 2002-10-11 | 2009-08-11 | Microsoft Corporation | Adaptive image formatting control |
US7574343B2 (en) | 2000-10-24 | 2009-08-11 | Microsoft Corporation | System and method for logical modeling of distributed computer systems |
US7590736B2 (en) | 2003-06-30 | 2009-09-15 | Microsoft Corporation | Flexible network load balancing |
US7594001B1 (en) | 2001-07-06 | 2009-09-22 | Microsoft Corporation | Partial page output caching |
US20090241170A1 (en) * | 2008-03-19 | 2009-09-24 | Applied Identity | Access, priority and bandwidth management based on application identity |
US7606929B2 (en) | 2003-06-30 | 2009-10-20 | Microsoft Corporation | Network load balancing with connection manipulation |
US7606898B1 (en) | 2000-10-24 | 2009-10-20 | Microsoft Corporation | System and method for distributed management of shared computers |
US7630877B2 (en) | 2003-03-06 | 2009-12-08 | Microsoft Corporation | Architecture for distributed computing system and automated design, deployment, and management of distributed applications |
US7636917B2 (en) | 2003-06-30 | 2009-12-22 | Microsoft Corporation | Network load balancing with host status information |
US7669235B2 (en) | 2004-04-30 | 2010-02-23 | Microsoft Corporation | Secure domain join for computing devices |
US7684964B2 (en) | 2003-03-06 | 2010-03-23 | Microsoft Corporation | Model and system state synchronization |
US7689676B2 (en) | 2003-03-06 | 2010-03-30 | Microsoft Corporation | Model-based policy application |
US7747707B1 (en) | 2000-10-10 | 2010-06-29 | Juniper Networks, Inc. | Agent-based event-driven web server architecture |
US7778422B2 (en) | 2004-02-27 | 2010-08-17 | Microsoft Corporation | Security associations for devices |
US7797147B2 (en) | 2005-04-15 | 2010-09-14 | Microsoft Corporation | Model-based system monitoring |
US7802144B2 (en) | 2005-04-15 | 2010-09-21 | Microsoft Corporation | Model-based system monitoring |
US20100262589A1 (en) * | 2009-04-09 | 2010-10-14 | International Business Machines Corporation | Web-Browser Based State Repository |
US20100274602A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Real time energy consumption analysis and reporting |
US20100274612A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Utilizing sustainability factors for product optimization |
US20100274629A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Product lifecycle sustainability score tracking and indicia |
US20100274611A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Discrete resource management |
US20100274810A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Dynamic sustainability search engine |
US20100274377A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Discrete energy assignments for manufacturing specifications |
US20100275147A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Industrial energy demand management and services |
US20100274603A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Dynamic sustainability factor management |
US20100306369A1 (en) * | 2004-01-23 | 2010-12-02 | Camiant, Inc. | Video policy server |
US20100316064A1 (en) * | 2003-06-12 | 2010-12-16 | Camiant, Inc. | Pcmm application manager |
US20110004497A1 (en) * | 2009-04-30 | 2011-01-06 | Mortimore Jr William Charles | System and Method for Offering, Tracking and Promoting Loyalty Rewards |
US7886041B2 (en) | 2003-03-06 | 2011-02-08 | Microsoft Corporation | Design time validation of systems |
US7890604B2 (en) | 2004-05-07 | 2011-02-15 | Microsoft Corproation | Client-side callbacks to server events |
US7941309B2 (en) | 2005-11-02 | 2011-05-10 | Microsoft Corporation | Modeling IT operations/policies |
US20110125888A1 (en) * | 2007-12-17 | 2011-05-26 | Electronics And Telecommunications Research Institute | System and method to use service continuously by using heterogeneous terminals |
US7970722B1 (en) | 1999-11-08 | 2011-06-28 | Aloft Media, Llc | System, method and computer program product for a collaborative decision platform |
US20110172838A1 (en) * | 2010-01-08 | 2011-07-14 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US20110173090A1 (en) * | 1999-05-11 | 2011-07-14 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US20110184924A1 (en) * | 2010-01-22 | 2011-07-28 | Microsoft Corporation | Storing temporary state data in separate containers |
US7996886B1 (en) | 2002-09-03 | 2011-08-09 | F5 Networks, Inc. | Method and system for providing persistence in a secure network access |
US8065600B2 (en) | 2004-05-14 | 2011-11-22 | Microsoft Corporation | Systems and methods for defining web content navigation |
US8102863B1 (en) | 2006-06-27 | 2012-01-24 | Qurio Holdings, Inc. | High-speed WAN to wireless LAN gateway |
US8156216B1 (en) | 2002-01-30 | 2012-04-10 | Adobe Systems Incorporated | Distributed data collection and aggregation |
US8229969B1 (en) * | 2008-03-04 | 2012-07-24 | Open Invention Network Llc | Maintaining web session data spanning multiple application servers in a session database |
US8239445B1 (en) * | 2000-04-25 | 2012-08-07 | International Business Machines Corporation | URL-based sticky routing tokens using a server-side cookie jar |
US8244855B1 (en) * | 2006-06-21 | 2012-08-14 | Qurio Holdings, Inc. | Application state aware mediating server |
US8280873B1 (en) * | 2002-04-17 | 2012-10-02 | Teradata Us, Inc. | System for capturing a business context of a user's interaction with a website and method for the same |
US8489728B2 (en) | 2005-04-15 | 2013-07-16 | Microsoft Corporation | Model-based system monitoring |
US8549513B2 (en) | 2005-06-29 | 2013-10-01 | Microsoft Corporation | Model-based virtual system provisioning |
US8566452B1 (en) | 2006-08-03 | 2013-10-22 | F5 Networks, Inc. | Intelligent HTTP based load-balancing, persistence, and application traffic management of SSL VPN tunnels |
US8601365B2 (en) | 2000-11-10 | 2013-12-03 | Ipventure, Inc. | Data transmission and rendering techniques implemented over a client-server system |
US8600821B2 (en) | 1999-05-11 | 2013-12-03 | Ipventure, Inc. | Webstore supporting multiple merchants |
US8683016B1 (en) * | 2002-12-20 | 2014-03-25 | Versata Development Group, Inc. | Data recording components and processes for acquiring selected web site data |
US8751334B2 (en) | 2000-12-27 | 2014-06-10 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order |
US8880428B2 (en) | 2001-03-19 | 2014-11-04 | Ipventure, Inc. | Restricted purchase of regulated items over a network |
US8910241B2 (en) | 2002-04-25 | 2014-12-09 | Citrix Systems, Inc. | Computer security system |
US8943575B2 (en) | 2008-04-30 | 2015-01-27 | Citrix Systems, Inc. | Method and system for policy simulation |
US9026578B2 (en) | 2004-05-14 | 2015-05-05 | Microsoft Corporation | Systems and methods for persisting data between web pages |
US20150237023A1 (en) * | 2000-04-13 | 2015-08-20 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US9274518B2 (en) | 2010-01-08 | 2016-03-01 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US9449288B2 (en) | 2011-05-20 | 2016-09-20 | Deem, Inc. | Travel services search |
US9544364B2 (en) | 2012-12-06 | 2017-01-10 | A10 Networks, Inc. | Forwarding policies on a virtual service network |
US9544293B2 (en) | 2013-09-20 | 2017-01-10 | Oracle International Corporation | Global unified session identifier across multiple data centers |
US9552599B1 (en) | 2004-09-10 | 2017-01-24 | Deem, Inc. | Platform for multi-service procurement |
US9595042B1 (en) | 2011-09-07 | 2017-03-14 | Datalex (Ireland) Limited | System and method for testing airline revenue optimization and related tools or products for travel |
US9661026B2 (en) | 2006-10-17 | 2017-05-23 | A10 Networks, Inc. | Applying security policy to an application session |
US9742879B2 (en) | 2012-03-29 | 2017-08-22 | A10 Networks, Inc. | Hardware-based packet editor |
US9769147B2 (en) | 2015-06-29 | 2017-09-19 | Oracle International Corporation | Session activity tracking for session adoption across multiple data centers |
US9866640B2 (en) | 2013-09-20 | 2018-01-09 | Oracle International Corporation | Cookie based session management |
US9942152B2 (en) | 2014-03-25 | 2018-04-10 | A10 Networks, Inc. | Forwarding data packets using a service-based forwarding policy |
US9954899B2 (en) | 2006-10-17 | 2018-04-24 | A10 Networks, Inc. | Applying a network traffic policy to an application session |
US9992107B2 (en) | 2013-03-15 | 2018-06-05 | A10 Networks, Inc. | Processing data packets using a policy based network path |
US10038693B2 (en) | 2013-05-03 | 2018-07-31 | A10 Networks, Inc. | Facilitating secure network traffic by an application delivery controller |
US10157275B1 (en) | 2017-10-12 | 2018-12-18 | Oracle International Corporation | Techniques for access management based on multi-factor authentication including knowledge-based authentication |
US10217131B2 (en) | 2005-12-28 | 2019-02-26 | Deem, Inc. | System for resource service provider |
US10268467B2 (en) | 2014-11-11 | 2019-04-23 | A10 Networks, Inc. | Policy-driven management of application traffic for providing services to cloud-based applications |
US10354314B1 (en) * | 2010-06-16 | 2019-07-16 | Amazon Technologies, Inc. | Ranking of items as a function of virtual shopping cart activity |
US10454936B2 (en) | 2015-10-23 | 2019-10-22 | Oracle International Corporation | Access manager session management strategy |
US10505982B2 (en) | 2015-10-23 | 2019-12-10 | Oracle International Corporation | Managing security agents in a distributed environment |
CN110659463A (en) * | 2019-08-23 | 2020-01-07 | 苏州浪潮智能科技有限公司 | Distributed operation method and device of stateless system |
US10581826B2 (en) | 2015-10-22 | 2020-03-03 | Oracle International Corporation | Run-time trust management system for access impersonation |
US10623501B2 (en) | 2016-09-15 | 2020-04-14 | Oracle International Corporation | Techniques for configuring sessions across clients |
US10693859B2 (en) | 2015-07-30 | 2020-06-23 | Oracle International Corporation | Restricting access for a single sign-on (SSO) session |
CN111385358A (en) * | 2020-03-04 | 2020-07-07 | 海南金盘智能科技股份有限公司 | Synchronization method and device of session control object and server |
US11050730B2 (en) | 2017-09-27 | 2021-06-29 | Oracle International Corporation | Maintaining session stickiness across authentication and authorization channels for access management |
US11134078B2 (en) | 2019-07-10 | 2021-09-28 | Oracle International Corporation | User-specific session timeouts |
US11290438B2 (en) | 2017-07-07 | 2022-03-29 | Oracle International Corporation | Managing session access across multiple data centers |
US11683263B1 (en) * | 2008-08-21 | 2023-06-20 | United Services Automobile Association (Usaa) | Preferential loading in data centers |
US20230350732A1 (en) * | 2019-09-23 | 2023-11-02 | Open Text Holdings, Inc. | System and method for an efficient and scalable multitenant implementation for content management services platforms, including cloud deployed content management services platforms |
Families Citing this family (131)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6304912B1 (en) * | 1997-07-24 | 2001-10-16 | Fujitsu Limited | Process and apparatus for speeding-up layer-2 and layer-3 routing, and for determining layer-2 reachability, through a plurality of subnetworks |
US7356482B2 (en) | 1998-12-18 | 2008-04-08 | Alternative Systems, Inc. | Integrated change management unit |
US6424979B1 (en) * | 1998-12-30 | 2002-07-23 | American Management Systems, Inc. | System for presenting and managing enterprise architectures |
JP2002541035A (en) * | 1999-02-08 | 2002-12-03 | ユナイテッド パーセル サービス オブ アメリカ インコーポレイテッド | Internet parcel shipping system and method |
US8543733B1 (en) * | 1999-05-12 | 2013-09-24 | Unisys Corporation | DCOM object control creator |
US7594166B1 (en) * | 1999-05-20 | 2009-09-22 | Microsoft Corporation | Dynamic web page behaviors |
US6401077B1 (en) * | 1999-05-28 | 2002-06-04 | Network Commerce, Inc. | Method and system for providing additional behavior through a web page |
US6725252B1 (en) * | 1999-06-03 | 2004-04-20 | International Business Machines Corporation | Method and apparatus for detecting and processing multiple additional requests from a single user at a server in a distributed data processing system |
US7188181B1 (en) * | 1999-06-30 | 2007-03-06 | Sun Microsystems, Inc. | Universal session sharing |
AU7357100A (en) | 1999-09-08 | 2001-04-10 | Wizard Technologies, Inc. | Transaction and account management system |
US7050989B1 (en) * | 2000-03-16 | 2006-05-23 | Coremetrics, Inc. | Electronic commerce personalized content delivery system and method of operation |
US20050075946A1 (en) * | 2000-03-16 | 2005-04-07 | Keith Henning | Data accumulation and segmentation system in electronic commerce |
EP2040452A1 (en) * | 2000-03-29 | 2009-03-25 | Canon Kabushiki Kaisha | Printing apparatus connectable to a computer network and control method for image processing apparatus connectable to computer network |
US7526560B1 (en) * | 2000-03-30 | 2009-04-28 | Oracle International Corporation | Method and apparatus for sharing a secure connection between a client and multiple server nodes |
US7092983B1 (en) * | 2000-04-19 | 2006-08-15 | Silicon Graphics, Inc. | Method and system for secure remote distributed rendering |
US7783695B1 (en) | 2000-04-19 | 2010-08-24 | Graphics Properties Holdings, Inc. | Method and system for distributed rendering |
US7062527B1 (en) | 2000-04-19 | 2006-06-13 | Silicon Graphics, Inc. | Management and scheduling of a distributed rendering method and system |
US20020095606A1 (en) * | 2000-05-01 | 2002-07-18 | Biztone. Com, Ltd. | Method and apparatus for delivering software applications as services over the internet using a transaction-based utility model |
US6947992B1 (en) * | 2000-05-01 | 2005-09-20 | International Business Machines Corporation | Maintaining HTTP session affinity in a cluster environment |
US6865574B1 (en) * | 2000-06-02 | 2005-03-08 | Vignette Corporation | Method for client-side personalization |
US7962603B1 (en) * | 2000-06-06 | 2011-06-14 | Nobuyoshi Morimoto | System and method for identifying individual users accessing a web site |
US6826755B1 (en) * | 2000-06-30 | 2004-11-30 | Microsoft Corporation | Systems and methods for switching internet contexts without process shutdown |
US6990466B1 (en) * | 2000-08-08 | 2006-01-24 | International Business Machines Corporation | Method and system for integrating core banking business processes |
US7209970B1 (en) * | 2000-09-19 | 2007-04-24 | Sprint Spectrum L.P. | Authentication, application-authorization, and user profiling using dynamic directory services |
US7139792B1 (en) * | 2000-09-29 | 2006-11-21 | Intel Corporation | Mechanism for locking client requests to a particular server |
US7269580B2 (en) * | 2000-10-03 | 2007-09-11 | Celcorp, Inc. | Application integration system and method using intelligent agents for integrating information access over extended networks |
US20020165792A1 (en) * | 2000-10-10 | 2002-11-07 | Calvin Morrell | Systems and methods for distributing goods, services and benefits according to grouped member matrices |
US20100223211A1 (en) * | 2000-10-11 | 2010-09-02 | Johnson Gregory A | Decision service method and system |
US7610588B1 (en) | 2000-10-27 | 2009-10-27 | Global 360, Inc. | Distributed application management software |
WO2002037311A2 (en) * | 2000-10-30 | 2002-05-10 | Asera, Inc. | Presentation layer for business application development and methods thereof |
EP1395905A2 (en) * | 2000-11-22 | 2004-03-10 | Zend Technologies Ltd. | Method and apparatus for dynamic shared-memory caching of scripting engine product |
TW586069B (en) * | 2001-03-01 | 2004-05-01 | Ibm | A method and a bridge for coupling a server and a client of different object types |
US7228493B2 (en) * | 2001-03-09 | 2007-06-05 | Lycos, Inc. | Serving content to a client |
WO2002080457A1 (en) * | 2001-03-29 | 2002-10-10 | Sphere Software Corporation | Layering enterprise application services using semantic firewalls |
US20020143958A1 (en) * | 2001-03-30 | 2002-10-03 | Montero Gabriel G. | Method and apparatus for asynchronous time-based updates of http sessions |
US7870012B2 (en) * | 2001-05-15 | 2011-01-11 | Agile Software Corporation | Method for managing a workflow process that assists users in procurement, sourcing, and decision-support for strategic sourcing |
US7188169B2 (en) * | 2001-06-08 | 2007-03-06 | Fair Isaac Corporation | System and method for monitoring key performance indicators in a business |
US8010702B2 (en) * | 2001-06-14 | 2011-08-30 | Nokia Corporation | Feature-based device description and content annotation |
US8407079B2 (en) * | 2001-06-22 | 2013-03-26 | International Business Machines Corporation | Method and system using an enterprise framework |
US6789170B1 (en) | 2001-08-04 | 2004-09-07 | Oracle International Corporation | System and method for customizing cached data |
US6678791B1 (en) * | 2001-08-04 | 2004-01-13 | Sun Microsystems, Inc. | System and method for session-aware caching |
US6785769B1 (en) | 2001-08-04 | 2004-08-31 | Oracle International Corporation | Multi-version data caching |
US7103714B1 (en) | 2001-08-04 | 2006-09-05 | Oracle International Corp. | System and method for serving one set of cached data for differing data requests |
US20030033179A1 (en) * | 2001-08-09 | 2003-02-13 | Katz Steven Bruce | Method for generating customized alerts related to the procurement, sourcing, strategic sourcing and/or sale of one or more items by an enterprise |
US7058649B2 (en) * | 2001-09-28 | 2006-06-06 | Intel Corporation | Automated presentation layer content management system |
US7171624B2 (en) * | 2001-10-05 | 2007-01-30 | International Business Machines Corporation | User interface architecture for storage area network |
US7797623B1 (en) | 2001-10-12 | 2010-09-14 | At&T Intellectual Property I, L.P. | Method for preventing inadvertent data entry in a web page |
US20030088659A1 (en) * | 2001-11-08 | 2003-05-08 | Susarla Hanumantha Rao | System and method for distributed state management |
US20030110266A1 (en) * | 2001-12-10 | 2003-06-12 | Cysive, Inc. | Apparatus and method of using session state data across sessions |
US7788346B2 (en) * | 2002-03-01 | 2010-08-31 | Oracle America, Inc. | System and method for state data back-up in a distributed data system |
US7240058B2 (en) | 2002-03-01 | 2007-07-03 | Sun Microsystems, Inc. | Lock mechanism for a distributed data system |
US7085852B2 (en) | 2002-03-01 | 2006-08-01 | Sun Microsystems, Inc. | Deterministic immutable access elimination for efficient distributed state saves |
US7370329B2 (en) * | 2002-03-01 | 2008-05-06 | Sun Microsystems, Inc. | System and method for state saves in a distributed data system |
US7320035B2 (en) * | 2002-03-01 | 2008-01-15 | Sun Microsystems, Inc. | Object mutation determination for incremental state saves |
US7246119B2 (en) * | 2002-03-08 | 2007-07-17 | Kabushiki Kaisha Toshiba | Method and implementation of session-based file locking for network applications |
US20030187755A1 (en) * | 2002-04-01 | 2003-10-02 | Kamal Acharya | Method and system for providing portable shopping information |
US20030195963A1 (en) * | 2002-04-10 | 2003-10-16 | Yu Song | Session preservation and migration among different browsers on different devices |
US7114160B2 (en) | 2002-04-17 | 2006-09-26 | Sbc Technology Resources, Inc. | Web content customization via adaptation Web services |
WO2003090092A1 (en) * | 2002-04-19 | 2003-10-30 | Computer Associates Think, Inc. | System and method for managing native application data |
US20040006399A1 (en) * | 2002-06-26 | 2004-01-08 | Klein Alan L. | Method and system for managing and monitoring an organization |
US7418702B2 (en) * | 2002-08-06 | 2008-08-26 | Sheng (Ted) Tai Tsao | Concurrent web based multi-task support for control management system |
US20040044593A1 (en) * | 2002-08-27 | 2004-03-04 | Clifford May | Internet based collectables management and sale system |
US7389343B2 (en) * | 2002-09-16 | 2008-06-17 | International Business Machines Corporation | Method, system and program product for tracking web user sessions |
US20040050929A1 (en) * | 2002-09-16 | 2004-03-18 | Fayfield Robert W. | Extranet security system and method |
FR2845174B1 (en) * | 2002-09-27 | 2005-04-08 | Thales Sa | METHOD FOR MAKING USER-SYSTEM INTERACTION INDEPENDENT OF THE APPLICATION AND INTERACTION MEDIA |
US7558861B1 (en) * | 2002-10-24 | 2009-07-07 | NMS Communications Corp. | System and methods for controlling an application |
US7171478B2 (en) * | 2002-10-25 | 2007-01-30 | Sap Aktiengesellschaft | Session coupling |
US7085755B2 (en) * | 2002-11-07 | 2006-08-01 | Thomson Global Resources Ag | Electronic document repository management and access system |
US20040133583A1 (en) * | 2002-11-20 | 2004-07-08 | Tingey Kenneth B. | system architecture and method for entering and accessing entity data in events accounting |
US7149752B2 (en) | 2002-12-03 | 2006-12-12 | Jp Morgan Chase Bank | Method for simplifying databinding in application programs |
US7085759B2 (en) | 2002-12-06 | 2006-08-01 | Jpmorgan Chase Bank | System and method for communicating data to a process |
US7316003B1 (en) | 2002-12-18 | 2008-01-01 | Oracle International Corp. | System and method for developing a dynamic web page |
US8032439B2 (en) | 2003-01-07 | 2011-10-04 | Jpmorgan Chase Bank, N.A. | System and method for process scheduling |
US6914607B2 (en) * | 2003-02-08 | 2005-07-05 | Hewlett-Packard Development Company, L.P. | Apparatus and method for buffering data |
CA2515957C (en) * | 2003-02-13 | 2016-07-12 | Truelink, Inc. | Methods, apparatuses and systems facilitating seamless, virtual integration of online membership models and services |
US7627817B2 (en) * | 2003-02-21 | 2009-12-01 | Motionpoint Corporation | Analyzing web site for translation |
US7379998B2 (en) | 2003-03-31 | 2008-05-27 | Jp Morgan Chase Bank | System and method for multi-platform queue queries |
US7366722B2 (en) | 2003-05-15 | 2008-04-29 | Jp Morgan Chase Bank | System and method for specifying application services and distributing them across multiple processors using XML |
US8095659B2 (en) | 2003-05-16 | 2012-01-10 | Jp Morgan Chase Bank | Service interface |
WO2004107132A2 (en) * | 2003-05-28 | 2004-12-09 | Caymas Systems, Inc. | Method, system and software for state signing of internet resources |
US7853525B2 (en) * | 2003-07-15 | 2010-12-14 | Microsoft Corporation | Electronic draft capture |
US20050027853A1 (en) * | 2003-07-28 | 2005-02-03 | Martin Terry M. | System and method for collecting data regarding network service operation |
CA2438997A1 (en) * | 2003-08-28 | 2005-02-28 | Ibm Canada Limited - Ibm Canada Limitee | System and method for carrying out legacy application transitions |
US20050076103A1 (en) * | 2003-09-22 | 2005-04-07 | International Business Machines Corporation | Real time web session affinity identification and user bonding |
US20050086588A1 (en) * | 2003-10-17 | 2005-04-21 | Mcgregor Chad A. | Method, system and apparatus for creating a workflow process |
US20050108570A1 (en) * | 2003-11-19 | 2005-05-19 | International Business Machines Corporation | Method, system and program product for obtaining application data |
US7181447B2 (en) * | 2003-12-08 | 2007-02-20 | Iac Search And Media, Inc. | Methods and systems for conceptually organizing and presenting information |
US20060230040A1 (en) * | 2003-12-08 | 2006-10-12 | Andy Curtis | Methods and systems for providing a response to a query |
US7451131B2 (en) * | 2003-12-08 | 2008-11-11 | Iac Search & Media, Inc. | Methods and systems for providing a response to a query |
US9117063B2 (en) * | 2004-02-27 | 2015-08-25 | Wyse Technology L.L.C. | Session manager for secured remote computing |
US7376830B2 (en) | 2004-04-26 | 2008-05-20 | Jp Morgan Chase Bank | System and method for routing messages |
US20050278382A1 (en) * | 2004-05-28 | 2005-12-15 | Network Appliance, Inc. | Method and apparatus for recovery of a current read-write unit of a file system |
US7392471B1 (en) | 2004-07-28 | 2008-06-24 | Jp Morgan Chase Bank | System and method for comparing extensible markup language (XML) documents |
US8479147B2 (en) * | 2005-01-12 | 2013-07-02 | Siemens Corporation | Server-page based software architecture enabling use-case oriented evolutionary software prototyping |
JP4616035B2 (en) * | 2005-02-25 | 2011-01-19 | 富士通株式会社 | Server load balancing program, apparatus and method |
US7802197B2 (en) * | 2005-04-22 | 2010-09-21 | Microsoft Corporation | Adaptive systems and methods for making software easy to use via software usage mining |
US8090818B2 (en) * | 2005-09-19 | 2012-01-03 | Sap Ag | Generation of customized client proxies |
US7743138B2 (en) * | 2005-09-22 | 2010-06-22 | Dot Hill Systems Corporation | Method and apparatus for external event notification management over in-band and out-of-band networks in storage system controllers |
US7818436B2 (en) * | 2005-09-22 | 2010-10-19 | Dot Hill Systems Corporation | Method and apparatus for external interface user session management in storage system controllers |
US7499933B1 (en) | 2005-11-12 | 2009-03-03 | Jpmorgan Chase Bank, N.A. | System and method for managing enterprise application configuration |
US20070174420A1 (en) * | 2006-01-24 | 2007-07-26 | International Business Machines Corporation | Caching of web service requests |
US7908611B2 (en) * | 2006-03-17 | 2011-03-15 | Microsoft Corporation | Unmanaged programming language interoperability with managed internet protocol context |
US7921432B2 (en) * | 2006-03-17 | 2011-04-05 | Microsoft Corporation | Managed application execution application programming interface and schema |
US7610172B2 (en) | 2006-06-16 | 2009-10-27 | Jpmorgan Chase Bank, N.A. | Method and system for monitoring non-occurring events |
US7890636B2 (en) * | 2006-06-28 | 2011-02-15 | Cisco Technology, Inc. | Application integrated gateway |
CN101131747B (en) * | 2006-08-22 | 2012-02-01 | 国际商业机器公司 | Method, device and system for catching and/or analyzing Web page events at client terminal |
US7797432B2 (en) * | 2006-10-25 | 2010-09-14 | Microsoft Corporation | Sharing state information between dynamic web page generators |
US7996348B2 (en) | 2006-12-08 | 2011-08-09 | Pandya Ashish A | 100GBPS security and search architecture using programmable intelligent search memory (PRISM) that comprises one or more bit interval counters |
US9141557B2 (en) | 2006-12-08 | 2015-09-22 | Ashish A. Pandya | Dynamic random access memory (DRAM) that comprises a programmable intelligent search memory (PRISM) and a cryptography processing engine |
US7680882B2 (en) | 2007-03-06 | 2010-03-16 | Friendster, Inc. | Multimedia aggregation in an online social network |
US20090012904A1 (en) * | 2007-04-30 | 2009-01-08 | Mccord Jonas | Non-liquid asset exchange |
US8869054B2 (en) * | 2007-07-10 | 2014-10-21 | International Business Machines Corporation | Framework for persistent user interactions within web-pages |
US20110083067A1 (en) * | 2008-02-22 | 2011-04-07 | Logicplant | Web browsing environment provider system for multiple users and control method thereof |
US20090234955A1 (en) * | 2008-03-13 | 2009-09-17 | Mark Gregory Hanley | Methods and Systems for Synchronization of Multiple Applications |
US8180771B2 (en) | 2008-07-18 | 2012-05-15 | Iac Search & Media, Inc. | Search activity eraser |
US8244224B2 (en) * | 2008-11-20 | 2012-08-14 | Research In Motion Limited | Providing customized information to a user based on identifying a trend |
US20100179980A1 (en) * | 2009-01-14 | 2010-07-15 | Movidilo S.L. | Cache system for mobile communications devices |
US8983984B2 (en) * | 2009-07-02 | 2015-03-17 | Catavolt, Inc. | Methods and systems for simplifying object mapping for external interfaces |
CN101847153B (en) * | 2010-01-27 | 2012-08-22 | 深圳市龙视传媒有限公司 | Dynamic data processing method and device |
US20110214073A1 (en) * | 2010-02-26 | 2011-09-01 | Searete Llc, A Limited Liability Corporation Of The State Of Delaware | Providing a modified Non-Communication application interface for presenting a message |
US20110214069A1 (en) * | 2010-02-26 | 2011-09-01 | Searete Llc, A Limited Liability Corporation Of The State Of Delaware | Presenting messages through a channel of a non-communication productivity application interface |
US20110214070A1 (en) * | 2010-02-26 | 2011-09-01 | Searete Llc, A Limited Liability Corporation Of The State Of Delaware | Providing access to one or more messages in response to detecting one or more patterns of usage of one or more non-communication productivity applications |
US20110211590A1 (en) * | 2010-02-26 | 2011-09-01 | Searete Llc, A Limited Liability Corporation Of The State Of Delaware | Presenting messages through a channel of a non-communication productivity application interface |
US9626633B2 (en) | 2010-02-26 | 2017-04-18 | Invention Science Fund I, Llc | Providing access to one or more messages in response to detecting one or more patterns of usage of one or more non-communication productivity applications |
US9213685B2 (en) | 2010-07-13 | 2015-12-15 | Motionpoint Corporation | Dynamic language translation of web site content |
US8924581B1 (en) * | 2012-03-14 | 2014-12-30 | Amazon Technologies, Inc. | Managing data transfer using streaming protocols |
US9356980B2 (en) | 2012-07-31 | 2016-05-31 | At&T Intellectual Property I, L.P. | Distributing communication of a data stream among multiple devices |
KR102067276B1 (en) * | 2013-05-30 | 2020-02-11 | 삼성전자주식회사 | Apparatus and method for executing application |
US10594784B2 (en) * | 2013-11-11 | 2020-03-17 | Microsoft Technology Licensing, Llc | Geo-distributed disaster recovery for interactive cloud applications |
US10311499B1 (en) * | 2015-03-23 | 2019-06-04 | Amazon Technologies, Inc. | Clustering interactions for user missions |
US11196728B1 (en) | 2021-03-29 | 2021-12-07 | Fmr Llc | Caching login sessions to access a software testing environment |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5708780A (en) * | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
US5710887A (en) * | 1995-08-29 | 1998-01-20 | Broadvision | Computer system and method for electronic commerce |
US5815665A (en) * | 1996-04-03 | 1998-09-29 | Microsoft Corporation | System and method for providing trusted brokering services over a distributed network |
US5835724A (en) * | 1996-07-03 | 1998-11-10 | Electronic Data Systems Corporation | System and method for communication information using the internet that receives and maintains information concerning the client and generates and conveys the session data to the client |
US5884312A (en) * | 1997-02-28 | 1999-03-16 | Electronic Data Systems Corporation | System and method for securely accessing information from disparate data sources through a network |
US5905988A (en) * | 1996-11-13 | 1999-05-18 | Imaginon | Method and apparatus for database transformation and adaptive playback |
Family Cites Families (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5530852A (en) * | 1994-12-20 | 1996-06-25 | Sun Microsystems, Inc. | Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics |
US5913040A (en) * | 1995-08-22 | 1999-06-15 | Backweb Ltd. | Method and apparatus for transmitting and displaying information between a remote network and a local computer |
US5901287A (en) * | 1996-04-01 | 1999-05-04 | The Sabre Group Inc. | Information aggregation and synthesization system |
US5758062A (en) * | 1996-04-30 | 1998-05-26 | Oracle Corporation | Method and apparatus for regression testing of application logic |
US5774660A (en) * | 1996-08-05 | 1998-06-30 | Resonate, Inc. | World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network |
US5905862A (en) * | 1996-09-04 | 1999-05-18 | Intel Corporation | Automatic web site registration with multiple search engines |
US5897622A (en) * | 1996-10-16 | 1999-04-27 | Microsoft Corporation | Electronic shopping and merchandising system |
US5915001A (en) * | 1996-11-14 | 1999-06-22 | Vois Corporation | System and method for providing and using universally accessible voice and speech data files |
US5968125A (en) * | 1997-01-21 | 1999-10-19 | Net. Roi | Process for optimizing the effectiveness of a hypertext element |
US5796952A (en) * | 1997-03-21 | 1998-08-18 | Dot Com Development, Inc. | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
US5983227A (en) * | 1997-06-12 | 1999-11-09 | Yahoo, Inc. | Dynamic page generator |
US5995945A (en) * | 1997-08-25 | 1999-11-30 | I2 Technologies, Inc. | System and process for inter-domain planning analysis and optimization using model agents as partial replicas of remote domains |
US6118768A (en) * | 1997-09-26 | 2000-09-12 | 3Com Corporation | Apparatus and methods for use therein for an ISDN LAN modem utilizing browser-based configuration with adaptation of network parameters |
US5974443A (en) * | 1997-09-26 | 1999-10-26 | Intervoice Limited Partnership | Combined internet and data access system |
US5940075A (en) * | 1997-09-30 | 1999-08-17 | Unisys Corp. | Method for extending the hypertext markup language (HTML) to support enterprise application data binding |
US5974566A (en) * | 1997-10-07 | 1999-10-26 | International Business Machines Corporation | Method and apparatus for providing persistent fault-tolerant proxy login to a web-based distributed file service |
US6028605A (en) * | 1998-02-03 | 2000-02-22 | Documentum, Inc. | Multi-dimensional analysis of objects by manipulating discovered semantic properties |
US6076108A (en) * | 1998-03-06 | 2000-06-13 | I2 Technologies, Inc. | System and method for maintaining a state for a user session using a web system having a global session server |
US6098093A (en) * | 1998-03-19 | 2000-08-01 | International Business Machines Corp. | Maintaining sessions in a clustered server environment |
US6308212B1 (en) * | 1998-05-29 | 2001-10-23 | Hewlett-Packard Company | Web user interface session and sharing of session environment information |
-
1998
- 1998-03-06 US US09/036,010 patent/US6076108A/en not_active Expired - Lifetime
- 1998-09-28 US US09/162,221 patent/US6085220A/en not_active Expired - Lifetime
-
2000
- 2000-06-13 US US09/593,294 patent/US6480894B1/en not_active Expired - Lifetime
- 2000-06-26 US US09/603,759 patent/US6360249B1/en not_active Expired - Lifetime
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5708780A (en) * | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
US5710887A (en) * | 1995-08-29 | 1998-01-20 | Broadvision | Computer system and method for electronic commerce |
US5815665A (en) * | 1996-04-03 | 1998-09-29 | Microsoft Corporation | System and method for providing trusted brokering services over a distributed network |
US5835724A (en) * | 1996-07-03 | 1998-11-10 | Electronic Data Systems Corporation | System and method for communication information using the internet that receives and maintains information concerning the client and generates and conveys the session data to the client |
US5905988A (en) * | 1996-11-13 | 1999-05-18 | Imaginon | Method and apparatus for database transformation and adaptive playback |
US5884312A (en) * | 1997-02-28 | 1999-03-16 | Electronic Data Systems Corporation | System and method for securely accessing information from disparate data sources through a network |
Cited By (410)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6182138B1 (en) * | 1996-02-15 | 2001-01-30 | Nec Corporation | Data distribution system that performs load balancing by directly transmitting data between distribution servers |
US6496932B1 (en) | 1998-01-20 | 2002-12-17 | Proact Technologies, Corp. | Secure session tracking method and system for client-server environment |
US6480894B1 (en) * | 1998-03-06 | 2002-11-12 | I2 Technologies Us, Inc. | System and method for maintaining a state for a user session using a web system |
US7346689B1 (en) * | 1998-04-20 | 2008-03-18 | Sun Microsystems, Inc. | Computer architecture having a stateless human interface device and methods of use |
US6745243B2 (en) * | 1998-06-30 | 2004-06-01 | Nortel Networks Limited | Method and apparatus for network caching and load balancing |
US6490624B1 (en) * | 1998-07-10 | 2002-12-03 | Entrust, Inc. | Session management in a stateless network system |
US6558431B1 (en) * | 1998-09-11 | 2003-05-06 | Macromedia, Inc. | Storing valid and invalid markup language in strict and relaxed tables respectively |
US7233972B2 (en) | 1998-09-25 | 2007-06-19 | Apple Inc. | Method and apparatus for coordination of client/server processes |
US20070250565A1 (en) * | 1998-09-25 | 2007-10-25 | Minow Martin A | Method and apparatus for coordination of client/server processes |
US20030074483A1 (en) * | 1998-09-25 | 2003-04-17 | Apple Computer, Inc. | Method and apparatus for coordination of client/server processes |
US6418464B1 (en) * | 1998-09-25 | 2002-07-09 | Apple Compunter, Inc. | Method and apparatus for coordination of client/server processes |
US6272675B1 (en) * | 1998-10-01 | 2001-08-07 | Unisys Corporation | Development system for automatically enabling a server application to execute with an XATMI-compliant transaction manager managing transactions within multiple environments |
US6385642B1 (en) * | 1998-11-03 | 2002-05-07 | Youdecide.Com, Inc. | Internet web server cache storage and session management system |
US6256641B1 (en) * | 1998-12-15 | 2001-07-03 | Hewlett-Packard Company | Client transparency system and method therefor |
US8635113B2 (en) | 1999-05-11 | 2014-01-21 | Ipventure, Inc. | Integrated online store |
US8626333B2 (en) | 1999-05-11 | 2014-01-07 | Ipventure, Inc. | Method and system for order fulfillment in a distribution center |
US9865010B2 (en) | 1999-05-11 | 2018-01-09 | June Ray Limited | Online store product availability |
US9697547B2 (en) | 1999-05-11 | 2017-07-04 | June Ray Limited | Integrated online store |
US9342808B2 (en) * | 1999-05-11 | 2016-05-17 | June Ray Limited | Load balancing technique implemented in a data network device utilizing a data cache |
US8600821B2 (en) | 1999-05-11 | 2013-12-03 | Ipventure, Inc. | Webstore supporting multiple merchants |
US9396451B2 (en) | 1999-05-11 | 2016-07-19 | June Ray Limited | Method and system for order fulfillment in a distribution center |
US20110173090A1 (en) * | 1999-05-11 | 2011-07-14 | Andrew Karl Miller | Load balancing technique implemented in a data network device utilizing a data cache |
US20030140312A1 (en) * | 1999-05-14 | 2003-07-24 | Assisto, Inc. | Applications and services supported by a client-server independent intermediary mechanism |
US8826118B2 (en) * | 1999-05-14 | 2014-09-02 | F5 Networks, Inc. | Applications and services supported by a client-server independent intermediary mechanism |
US6539494B1 (en) * | 1999-06-17 | 2003-03-25 | Art Technology Group, Inc. | Internet server session backup apparatus |
US7426547B2 (en) | 1999-06-30 | 2008-09-16 | International Business Machines Corporation | Document shadowing intranet server, memory medium and method |
US7734734B2 (en) | 1999-06-30 | 2010-06-08 | International Business Machines Corporation | Document shadowing intranet server, memory medium and method |
US6622167B1 (en) * | 1999-06-30 | 2003-09-16 | International Business Machines Corporation | Document shadowing intranet server, memory medium and method |
US6557038B1 (en) * | 1999-06-30 | 2003-04-29 | International Business Machines Corporation | Method and apparatus for maintaining session states |
US6374300B2 (en) * | 1999-07-15 | 2002-04-16 | F5 Networks, Inc. | Method and system for storing load balancing information with an HTTP cookie |
US7606912B1 (en) | 1999-07-15 | 2009-10-20 | F5 Networks, Inc. | System and method for performing application level persistence |
US8392563B1 (en) | 1999-07-15 | 2013-03-05 | F5 Networks, Inc. | System and method for performing application level persistence |
US7287084B1 (en) | 1999-07-15 | 2007-10-23 | F5 Networks, Inc. | Enabling encryption of application level persistence between a server and a client |
US6970933B1 (en) | 1999-07-15 | 2005-11-29 | F5 Networks, Inc. | Enabling application level persistence between a server and another resource over a network |
US8103770B1 (en) | 1999-07-15 | 2012-01-24 | F5 Networks, Inc. | System and method for performing application level persistence |
US7831712B1 (en) | 1999-07-15 | 2010-11-09 | F5 Networks, Inc. | System and method for performing application level persistence |
US6449765B1 (en) * | 1999-08-09 | 2002-09-10 | Acceleration Software International Corporation | Varying web page link based on user and web page status |
US7206803B1 (en) * | 1999-08-19 | 2007-04-17 | International Business Machines Corporation | Method and apparatus for controlling access to the contents of web pages by using a mobile security module |
US6381617B1 (en) * | 1999-08-25 | 2002-04-30 | Hewlett-Packard Company | Multiple database client transparency system and method therefor |
US6389431B1 (en) * | 1999-08-25 | 2002-05-14 | Hewlett-Packard Company | Message-efficient client transparency system and method therefor |
US7861075B2 (en) * | 1999-09-01 | 2010-12-28 | Juergen Brendel | Atomic session-start operation combining clear-text and encrypted sessions to provide ID visibility to middleware such as load-balancers |
US6772333B1 (en) * | 1999-09-01 | 2004-08-03 | Dickens Coal Llc | Atomic session-start operation combining clear-text and encrypted sessions to provide id visibility to middleware such as load-balancers |
US20070094373A1 (en) * | 1999-09-01 | 2007-04-26 | Resonate Inc. | Atomic session-start operation combining clear-text and encrypted sessions to provide ID visibility to middleware such as load-balancers |
US7900040B2 (en) * | 1999-09-01 | 2011-03-01 | Juergen Brendel | Atomic session-start operation combining clear-text and encrypted sessions to provide ID visibility to middleware such as load-balancers |
US20040064564A1 (en) * | 1999-09-24 | 2004-04-01 | Ruslan Belkin | Mechanism for enabling customized session managers to interact with a network server |
US6895584B1 (en) | 1999-09-24 | 2005-05-17 | Sun Microsystems, Inc. | Mechanism for evaluating requests prior to disposition in a multi-threaded environment |
US6938085B1 (en) * | 1999-09-24 | 2005-08-30 | Sun Microsystems, Inc. | Mechanism for enabling session information to be shared across multiple processes |
US8103779B2 (en) * | 1999-09-24 | 2012-01-24 | Oracle America, Inc. | Mechanism for enabling session information to be shared across multiple processes |
US6766349B1 (en) | 1999-09-24 | 2004-07-20 | Sun Microsystems, Inc. | Mechanism for obtaining a thread from, and returning a thread to, a thread pool without attaching and detaching |
US20050204045A1 (en) * | 1999-09-24 | 2005-09-15 | Ruslan Belkin | Mechanism for enabling session information to be shared across multiple processes |
US6944666B2 (en) | 1999-09-24 | 2005-09-13 | Sun Microsystems, Inc. | Mechanism for enabling customized session managers to interact with a network server |
WO2001027717A2 (en) * | 1999-10-11 | 2001-04-19 | I2 Technologies, Inc. | Distributed session services |
WO2001027717A3 (en) * | 1999-10-11 | 2004-04-01 | I2 Technologies Inc | Distributed session services |
US6947982B1 (en) | 1999-10-11 | 2005-09-20 | I2 Technologies Us, Inc. | Distributed session services |
US8005777B1 (en) | 1999-11-08 | 2011-08-23 | Aloft Media, Llc | System, method and computer program product for a collaborative decision platform |
US7970722B1 (en) | 1999-11-08 | 2011-06-28 | Aloft Media, Llc | System, method and computer program product for a collaborative decision platform |
US8160988B1 (en) | 1999-11-08 | 2012-04-17 | Aloft Media, Llc | System, method and computer program product for a collaborative decision platform |
US6829639B1 (en) * | 1999-11-15 | 2004-12-07 | Netvision, Inc. | Method and system for intelligent global event notification and control within a distributed computing environment |
US6598077B2 (en) * | 1999-12-06 | 2003-07-22 | Warp Solutions, Inc. | System and method for dynamic content routing |
US6366907B1 (en) * | 1999-12-15 | 2002-04-02 | Napster, Inc. | Real-time search engine |
US7165071B2 (en) | 1999-12-15 | 2007-01-16 | Napster, Inc. | Real-time search engine |
US7310629B1 (en) | 1999-12-15 | 2007-12-18 | Napster, Inc. | Method and apparatus for controlling file sharing of multimedia files over a fluid, de-centralized network |
US6636889B1 (en) * | 2000-01-04 | 2003-10-21 | International Business Machines Corporation | System and method for client replication of collaboration space |
US7188176B1 (en) * | 2000-01-20 | 2007-03-06 | Priceline.Com Incorporated | Apparatus, system, and method for maintaining a persistent data state on a communications network |
US8819251B1 (en) | 2000-01-20 | 2014-08-26 | Priceline.Com Incorporated | Apparatus, system, and method for maintaining a persistent data state on a communications network |
US8380856B1 (en) | 2000-01-20 | 2013-02-19 | Priceline.Com, Incorporated | Apparatus, system, and method for maintaining a persistent data state on a communications network |
US9407673B1 (en) | 2000-01-20 | 2016-08-02 | Priceline.Com Llc | Apparatus, system and method for maintaining a persistent data state on a communications network |
US20060294500A1 (en) * | 2000-03-17 | 2006-12-28 | Gutenberg Printing Llc | Web application generator |
US20010037490A1 (en) * | 2000-03-17 | 2001-11-01 | Hiang-Swee Chiang | Web application generator |
US8397223B2 (en) * | 2000-03-17 | 2013-03-12 | Gutenberg Printing Llc | Web application generator |
US8402427B2 (en) | 2000-03-17 | 2013-03-19 | Gutenberg Printing Llc | Web application generator |
US9473411B2 (en) * | 2000-04-13 | 2016-10-18 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US9712505B2 (en) * | 2000-04-13 | 2017-07-18 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US9369522B2 (en) | 2000-04-13 | 2016-06-14 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US20150237023A1 (en) * | 2000-04-13 | 2015-08-20 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US20150236958A1 (en) * | 2000-04-13 | 2015-08-20 | Intel Corporation | Scalable network apparatus for content based switching or validation acceleration |
US20010037380A1 (en) * | 2000-04-24 | 2001-11-01 | Communityiq.Com | Web site hosting model |
US8239445B1 (en) * | 2000-04-25 | 2012-08-07 | International Business Machines Corporation | URL-based sticky routing tokens using a server-side cookie jar |
US20130007225A1 (en) * | 2000-04-25 | 2013-01-03 | International Business Machines Corporation | Url-based sticky routing tokens using a server-side cookie jar |
US8543644B2 (en) * | 2000-04-25 | 2013-09-24 | International Business Machines Corporation | URL-based sticky routing tokens using a server-side cookie jar |
US6742023B1 (en) | 2000-04-28 | 2004-05-25 | Roxio, Inc. | Use-sensitive distribution of data files between users |
US20020004830A1 (en) * | 2000-05-02 | 2002-01-10 | Richard Hyatt | Method and system for providing engineering analysis tools in a distributed environment |
US7080078B1 (en) * | 2000-05-09 | 2006-07-18 | Sun Microsystems, Inc. | Mechanism and apparatus for URI-addressable repositories of service advertisements and other content in a distributed computing environment |
US9413808B2 (en) | 2000-05-10 | 2016-08-09 | June Ray Limited | Data transmission and rendering techniques by a device via a network |
US10091335B2 (en) | 2000-05-10 | 2018-10-02 | June Ray Limited | Data transmission and rendering techniques by a device via a network |
US20060080440A1 (en) * | 2000-05-12 | 2006-04-13 | Microsoft Corporation | Authentication and authorization pipeline architecture for use in a server |
US7266605B2 (en) | 2000-05-12 | 2007-09-04 | Microsoft Corporation | Authentication and authorization pipeline architecture for use in a server |
US6985946B1 (en) | 2000-05-12 | 2006-01-10 | Microsoft Corporation | Authentication and authorization pipeline architecture for use in a web server |
US6990653B1 (en) | 2000-05-18 | 2006-01-24 | Microsoft Corporation | Server-side code generation from a dynamic web page content file |
US6792607B1 (en) | 2000-05-18 | 2004-09-14 | Microsoft Corporation | Databinding using server-side control objects |
US6757900B1 (en) * | 2000-05-18 | 2004-06-29 | Microsoft Corporation | State management of server-side control objects |
US6961750B1 (en) | 2000-05-18 | 2005-11-01 | Microsoft Corp. | Server-side control objects for processing client-side user interface elements |
US7076786B2 (en) | 2000-05-18 | 2006-07-11 | Microsoft Corporation | State management of server-side control objects |
US20060004910A1 (en) * | 2000-05-18 | 2006-01-05 | Microsoft Corporation | Postback input handling by server-side control objects |
US7415524B2 (en) | 2000-05-18 | 2008-08-19 | Microsoft Corporation | Postback input handling by server-side control objects |
US7013340B1 (en) | 2000-05-18 | 2006-03-14 | Microsoft Corporation | Postback input handling by server-side control objects |
US6978298B1 (en) * | 2000-05-25 | 2005-12-20 | International Business Machines Corporation | Method and apparatus for managing session information in a data processing system |
US20020124013A1 (en) * | 2000-06-26 | 2002-09-05 | International Business Machines Corporation | Data management application programming interface failure recovery in a parallel file system |
US7024582B2 (en) | 2000-06-26 | 2006-04-04 | International Business Machines Corporation | Data management application programming interface failure recovery in a parallel file system |
US20020143734A1 (en) * | 2000-06-26 | 2002-10-03 | International Business Machines Corporation | Data management application programming interface for a parallel file system |
US20020144047A1 (en) * | 2000-06-26 | 2002-10-03 | International Business Machines Corporation | Data management application programming interface handling mount on multiple nodes in a parallel file system |
US7072894B2 (en) | 2000-06-26 | 2006-07-04 | International Business Machines Corporation | Data management application programming interface handling mount on multiple nodes in a parallel file system |
US20020123997A1 (en) * | 2000-06-26 | 2002-09-05 | International Business Machines Corporation | Data management application programming interface session management for a parallel file system |
US6990478B2 (en) | 2000-06-26 | 2006-01-24 | International Business Machines Corporation | Data management application programming interface for a parallel file system |
US7111291B2 (en) * | 2000-06-26 | 2006-09-19 | International Business Machines Corporation | Data management application programming interface session management for a parallel file system |
US7120650B2 (en) | 2000-06-26 | 2006-10-10 | International Business Machines Corporation | Implementing data management application programming interface access rights in a parallel file system |
US20020059309A1 (en) * | 2000-06-26 | 2002-05-16 | International Business Machines Corporation | Implementing data management application programming interface access rights in a parallel file system |
US20070067444A1 (en) * | 2000-06-29 | 2007-03-22 | Campus Pipeline, Inc. | Methods and systems for coordinating sessions on one or more systems |
US7093020B1 (en) * | 2000-06-29 | 2006-08-15 | Sungard Sct Inc. | Methods and systems for coordinating sessions on one or more systems |
US7493402B2 (en) | 2000-06-29 | 2009-02-17 | Sungard Sct Inc. | Methods and systems for coordinating sessions on one or more systems |
WO2002003169A3 (en) * | 2000-06-30 | 2002-05-23 | Flamenco Corp | Method, apparatus, and system for centrally defining and distributing connection definitions over a network |
WO2002003169A2 (en) * | 2000-06-30 | 2002-01-10 | Flamenco Networks, Inc. | Method, apparatus, and system for centrally defining and distributing connection definitions over a network |
US7076534B1 (en) * | 2000-06-30 | 2006-07-11 | Microsoft Corporation | Server-side scripting that enables creation of customized documents for clients |
US20020010764A1 (en) * | 2000-06-30 | 2002-01-24 | Spicer David A. | Method, apparatus, and system for centrally defining and distributing connection definitions over a network |
US9038170B2 (en) | 2000-07-10 | 2015-05-19 | Oracle International Corporation | Logging access system events |
US20020116642A1 (en) * | 2000-07-10 | 2002-08-22 | Joshi Vrinda S. | Logging access system events |
US7089301B1 (en) | 2000-08-11 | 2006-08-08 | Napster, Inc. | System and method for searching peer-to-peer computer networks by selecting a computer based on at least a number of files shared by the computer |
WO2002015526A1 (en) * | 2000-08-11 | 2002-02-21 | Netscape Communications Corporation | Server-side session management |
US7437594B1 (en) | 2000-08-11 | 2008-10-14 | America Online, Inc. | Server-side session management |
US7925719B2 (en) | 2000-08-22 | 2011-04-12 | International Business Machines Corporation | Object oriented based, business class methodology for generating quasi-static web pages at periodic intervals |
US7483955B2 (en) | 2000-08-22 | 2009-01-27 | International Business Machines Corporation | Object oriented based, business class methodology for generating quasi-static web pages at periodic intervals |
US20070094326A1 (en) * | 2000-08-22 | 2007-04-26 | International Business Machines Corporation | Object Oriented Based, Business Class Methodology for Generating Quasi-Static Web Pages at Periodic Intervals |
US7386571B2 (en) | 2000-08-30 | 2008-06-10 | International Business Machines Corporation | Object oriented based, business class methodology for performing data metric analysis |
US7418459B2 (en) | 2000-08-30 | 2008-08-26 | International Business Machines Corporation | Object oriented based, business class methodology for performing data metric analysis |
US20050102273A1 (en) * | 2000-08-30 | 2005-05-12 | Ibm Corporation | Object oriented based, business class methodology for performing data metric analysis |
US20080010312A1 (en) * | 2000-08-30 | 2008-01-10 | Gupta Arun K | Object Oriented Based, Business Class Methodology for Performing Data Metric Analysis |
US7206848B1 (en) * | 2000-09-21 | 2007-04-17 | Hewlett-Packard Development Company, L.P. | Intelligently classifying and handling user requests in a data service system |
US20060031420A1 (en) * | 2000-09-29 | 2006-02-09 | International Business Machines, Inc. | System and method for upgrading software in a distributed computer system |
US6976079B1 (en) | 2000-09-29 | 2005-12-13 | International Business Machines Corporation | System and method for upgrading software in a distributed computer system |
US7206852B2 (en) | 2000-09-29 | 2007-04-17 | International Business Machines Corporation | System and method for upgrading software in a distributed computer system |
US20020161893A1 (en) * | 2000-10-04 | 2002-10-31 | Wical Kelly J. | Switched session management using local persistence in an automated and distributed replication system |
US7346691B2 (en) | 2000-10-05 | 2008-03-18 | Juniper Networks, Inc. | Connection management system and method |
US20060089996A1 (en) * | 2000-10-05 | 2006-04-27 | Juniper Networks, Inc. | Connection management system and method |
US7917601B1 (en) | 2000-10-10 | 2011-03-29 | Juniper Networks, Inc. | Agent-based event-driven web server architecture |
US7747707B1 (en) | 2000-10-10 | 2010-06-29 | Juniper Networks, Inc. | Agent-based event-driven web server architecture |
US7574343B2 (en) | 2000-10-24 | 2009-08-11 | Microsoft Corporation | System and method for logical modeling of distributed computer systems |
US7606898B1 (en) | 2000-10-24 | 2009-10-20 | Microsoft Corporation | System and method for distributed management of shared computers |
US7711121B2 (en) | 2000-10-24 | 2010-05-04 | Microsoft Corporation | System and method for distributed management of shared computers |
US7739380B2 (en) | 2000-10-24 | 2010-06-15 | Microsoft Corporation | System and method for distributed management of shared computers |
US8601365B2 (en) | 2000-11-10 | 2013-12-03 | Ipventure, Inc. | Data transmission and rendering techniques implemented over a client-server system |
US7065568B2 (en) * | 2000-11-30 | 2006-06-20 | Microsoft Corporation | System and method for managing states and user context over stateless protocols |
US7353266B2 (en) * | 2000-11-30 | 2008-04-01 | Microsoft Corporation | System and method for managing states and user context over stateless protocols |
US20060036683A1 (en) * | 2000-11-30 | 2006-02-16 | Microsoft Corporation | System and method for managing states and user context over stateless protocols |
US20020065875A1 (en) * | 2000-11-30 | 2002-05-30 | Shawn Bracewell | System and method for managing states and user context over stateless protocols |
US20020099806A1 (en) * | 2000-11-30 | 2002-07-25 | Phillip Balsamo | Processing node for eliminating duplicate network usage data |
US7085744B2 (en) * | 2000-12-08 | 2006-08-01 | International Business Machines Corporation | Method and system for conducting a transaction over a network |
WO2002051178A1 (en) * | 2000-12-21 | 2002-06-27 | Sonera Oyj | Centralized session management |
US7529854B2 (en) | 2000-12-22 | 2009-05-05 | Microsoft Corporation | Context-aware systems and methods location-aware systems and methods context-aware vehicles and methods of operating the same and location-aware vehicles and methods of operating the same |
US7751944B2 (en) | 2000-12-22 | 2010-07-06 | Microsoft Corporation | Context-aware and location-aware systems, methods, and vehicles, and method of operating the same |
US20050080902A1 (en) * | 2000-12-22 | 2005-04-14 | Microsoft Corporation | Context-aware systems and methods location-aware systems and methods context-aware vehicles and methods of operating the same and location-aware vehicles and methods of operating the same |
US20050080555A1 (en) * | 2000-12-22 | 2005-04-14 | Microsoft Corporation | Context-aware systems and methods, location-aware systems and methods, context-aware vehicles and methods of operating the same, and location-aware vehicles and methods of operating the same |
US7668931B2 (en) | 2000-12-22 | 2010-02-23 | Microsoft Corporation | Context-aware systems and methods, location-aware systems and methods, context-aware vehicles and methods of operating the same, and location-aware vehicles and methods of operating the same |
US20050071489A1 (en) * | 2000-12-22 | 2005-03-31 | Microsoft Corporation | Context-aware systems and methods location-aware systems and methods context-aware vehicles and methods of operating the same and location-aware vehicles and methods of operating the same |
US8751334B2 (en) | 2000-12-27 | 2014-06-10 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order |
US7127514B2 (en) * | 2000-12-28 | 2006-10-24 | Microsoft Corporation | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US20050108251A1 (en) * | 2000-12-28 | 2005-05-19 | Microsoft Corporation | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US8161163B2 (en) | 2000-12-28 | 2012-04-17 | Microsoft Corporation | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US20020087657A1 (en) * | 2000-12-28 | 2002-07-04 | Hunt Galen C. | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US20050108250A1 (en) * | 2000-12-28 | 2005-05-19 | Microsoft Corporation | Stateless distributed computer architecture with server-oriented state-caching objects maintained on network or client |
US8756089B2 (en) | 2000-12-29 | 2014-06-17 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US6937992B1 (en) | 2000-12-29 | 2005-08-30 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US8744884B2 (en) | 2000-12-29 | 2014-06-03 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US8478619B2 (en) | 2000-12-29 | 2013-07-02 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US20110035327A1 (en) * | 2000-12-29 | 2011-02-10 | Arrowstream, Inc. | Transport Vehicle Capacity Maximization Logistics System and Method of Same |
US20110029414A1 (en) * | 2000-12-29 | 2011-02-03 | Arrowstream, Inc. | Transport Vehicle Capacity Maximization Logistics System and Method of Same |
US20050267791A1 (en) * | 2000-12-29 | 2005-12-01 | Lavoie Steven | Product offering management and tracking system |
US20110029446A1 (en) * | 2000-12-29 | 2011-02-03 | Arrowstream, Inc. | Transport Vehicle Capacity Maximization Logistics System and Method of Same |
US20110029448A1 (en) * | 2000-12-29 | 2011-02-03 | Arrowstream, Inc. | Transport Vehicle Capacity Maximization Logistics System and Method of Same |
US8756090B2 (en) | 2000-12-29 | 2014-06-17 | Arrowstream, Inc. | Transport vehicle capacity maximization logistics system and method of same |
US7043752B2 (en) | 2001-01-12 | 2006-05-09 | Siemens Medical Solutions Health Services Corporation | System and user interface supporting concurrent application initiation and interoperability |
US20070214495A1 (en) * | 2001-01-12 | 2007-09-13 | Siemens Medical Solutions Usa, Inc. | System and User Interface Supporting Context Sharing Between Concurrently Operating Applications |
US7849498B2 (en) | 2001-01-12 | 2010-12-07 | Siemens Medical Solutions Usa, Inc. | System and user interface supporting context sharing between concurrently operating applications |
US20090106433A1 (en) * | 2001-02-26 | 2009-04-23 | Oracle International Corporation | Access system interface |
US8935418B2 (en) * | 2001-02-26 | 2015-01-13 | Oracle International Corporation | Access system interface |
US20020133635A1 (en) * | 2001-03-16 | 2002-09-19 | Microsoft Corporation | Method and system for interacting with devices having different capabilities |
US7380250B2 (en) | 2001-03-16 | 2008-05-27 | Microsoft Corporation | Method and system for interacting with devices having different capabilities |
US8880428B2 (en) | 2001-03-19 | 2014-11-04 | Ipventure, Inc. | Restricted purchase of regulated items over a network |
US7620656B2 (en) | 2001-03-26 | 2009-11-17 | Microsoft Corporation | Methods and systems for synchronizing visualizations with audio streams |
US20050188012A1 (en) * | 2001-03-26 | 2005-08-25 | Microsoft Corporation | Methods and systems for synchronizing visualizations with audio streams |
US20020143933A1 (en) * | 2001-04-03 | 2002-10-03 | International Business Machines Corporation | Clickstream data collection technique |
US7003565B2 (en) * | 2001-04-03 | 2006-02-21 | International Business Machines Corporation | Clickstream data collection technique |
US7017049B2 (en) | 2001-04-12 | 2006-03-21 | International Business Machines Corporation | Method and system providing secure socket layer session sharing between network based servers and a client |
US20020152403A1 (en) * | 2001-04-12 | 2002-10-17 | International Business Machines Corporation | Method and system providing secure socket layer session sharing between network based servers and a client |
US8392527B2 (en) * | 2001-06-04 | 2013-03-05 | Hewlett-Packard Development Company L.P. | System and method for requesting computer resources |
US20020184338A1 (en) * | 2001-06-04 | 2002-12-05 | Haines Robert E. | System and method for requesting computer resources |
US7493397B1 (en) | 2001-06-06 | 2009-02-17 | Microsoft Corporation | Providing remote processing services over a distributed communications network |
US7568205B2 (en) | 2001-06-06 | 2009-07-28 | Microsoft Corporation | Providing remote processing services over a distributed communications network |
US6944797B1 (en) | 2001-06-07 | 2005-09-13 | Microsoft Corporation | Method and system for tracing |
US7451352B1 (en) | 2001-06-12 | 2008-11-11 | Microsoft Corporation | Web controls validation |
US6915454B1 (en) | 2001-06-12 | 2005-07-05 | Microsoft Corporation | Web controls validation |
US6898604B1 (en) | 2001-06-29 | 2005-05-24 | Microsoft Corporation | XML serialization and deserialization |
US7640495B2 (en) | 2001-06-29 | 2009-12-29 | Microsoft Corporation | XML serialization and deserialization |
US7162723B2 (en) | 2001-06-29 | 2007-01-09 | Microsoft Corporation | ASP.NET HTTP runtime |
US20050144622A1 (en) * | 2001-06-29 | 2005-06-30 | Microsoft Corporation | XML serialization and deserialization |
US7594001B1 (en) | 2001-07-06 | 2009-09-22 | Microsoft Corporation | Partial page output caching |
US20030025728A1 (en) * | 2001-07-10 | 2003-02-06 | Ebbo David S. | User control objects for providing server-side code generation from a user-defined dynamic web page content file |
US7120897B2 (en) | 2001-07-10 | 2006-10-10 | Microsoft Corporation | User control objects for providing server-side code generation from a user-defined dynamic web page content file |
US6644974B2 (en) | 2001-07-24 | 2003-11-11 | International Business Machines Corporation | Educational process that produces deliverable document |
US20030028390A1 (en) * | 2001-07-31 | 2003-02-06 | Stern Edith H. | System to provide context-based services |
WO2003017089A2 (en) * | 2001-08-13 | 2003-02-27 | International Business Machines Corporation | Keeping persistency while switching between modalities |
US7925763B2 (en) | 2001-08-13 | 2011-04-12 | International Business Machines Corporation | Keeping persistence while switching between modalities when accessing an application service in a network |
WO2003017089A3 (en) * | 2001-08-13 | 2004-02-05 | Ibm | Keeping persistency while switching between modalities |
WO2003017123A1 (en) * | 2001-08-16 | 2003-02-27 | Redline Networks, Inc. | System and method for maintaining statefulness during client-server interactions |
US8346848B2 (en) | 2001-08-16 | 2013-01-01 | Juniper Networks, Inc. | System and method for maintaining statefulness during client-server interactions |
US20030037108A1 (en) * | 2001-08-16 | 2003-02-20 | Christopher Peiffer | System and method for maintaining statefulness during client-server interactions |
US7216294B2 (en) | 2001-09-04 | 2007-05-08 | Microsoft Corporation | Method and system for predicting optimal HTML structure without look-ahead |
US20040197079A1 (en) * | 2001-11-05 | 2004-10-07 | Nokia Corporation | Method and a system for stateless load sharing for a server cluster in an IP-based telecommunications network |
WO2003041355A1 (en) * | 2001-11-05 | 2003-05-15 | Nokia Corporation | A method and a system for stateless load sharing for a server cluster in an ip-based telecommunications network |
US7428725B2 (en) | 2001-11-20 | 2008-09-23 | Microsoft Corporation | Inserting devices specific content |
US20030097639A1 (en) * | 2001-11-20 | 2003-05-22 | Microsoft Corporation | Inserting device specific content |
US8156216B1 (en) | 2002-01-30 | 2012-04-10 | Adobe Systems Incorporated | Distributed data collection and aggregation |
US8825849B2 (en) | 2002-01-30 | 2014-09-02 | Adobe Systems Incorporated | Distributed data collection and aggregation |
US7444410B1 (en) * | 2002-02-15 | 2008-10-28 | Oracle International Corporation | Application platform execution environment |
US20030162561A1 (en) * | 2002-02-27 | 2003-08-28 | Greg Johnson | System and method for concurrent multimodal communication session persistence |
US6912581B2 (en) * | 2002-02-27 | 2005-06-28 | Motorola, Inc. | System and method for concurrent multimodal communication session persistence |
US8280873B1 (en) * | 2002-04-17 | 2012-10-02 | Teradata Us, Inc. | System for capturing a business context of a user's interaction with a website and method for the same |
US20040006710A1 (en) * | 2002-04-25 | 2004-01-08 | Pollutro Dennis Vance | Computer security system |
US8910241B2 (en) | 2002-04-25 | 2014-12-09 | Citrix Systems, Inc. | Computer security system |
US7644434B2 (en) * | 2002-04-25 | 2010-01-05 | Applied Identity, Inc. | Computer security system |
US9781114B2 (en) | 2002-04-25 | 2017-10-03 | Citrix Systems, Inc. | Computer security system |
US20040030806A1 (en) * | 2002-06-11 | 2004-02-12 | Pandya Ashish A. | Memory system for a high performance IP processor |
US20030233477A1 (en) * | 2002-06-17 | 2003-12-18 | Microsoft Corporation | Extensible infrastructure for manipulating messages communicated over a distributed network |
US8799489B2 (en) * | 2002-06-27 | 2014-08-05 | Siebel Systems, Inc. | Multi-user system with dynamic data source selection |
US20070226339A1 (en) * | 2002-06-27 | 2007-09-27 | Siebel Systems, Inc. | Multi-user system with dynamic data source selection |
US20040098229A1 (en) * | 2002-06-28 | 2004-05-20 | Brett Error | Efficient click-stream data collection |
US7996886B1 (en) | 2002-09-03 | 2011-08-09 | F5 Networks, Inc. | Method and system for providing persistence in a secure network access |
US9210163B1 (en) | 2002-09-03 | 2015-12-08 | F5 Networks, Inc. | Method and system for providing persistence in a secure network access |
US8769265B1 (en) | 2002-09-03 | 2014-07-01 | F5 Networks, Inc. | Method and system for providing persistence in a secure network access |
US8407771B1 (en) | 2002-09-03 | 2013-03-26 | F5 Networks, Inc. | Method and system for providing persistence in a secure network access |
US20040068572A1 (en) * | 2002-10-04 | 2004-04-08 | Zhixue Wu | Methods and systems for communicating over a client-server network |
US7574653B2 (en) | 2002-10-11 | 2009-08-11 | Microsoft Corporation | Adaptive image formatting control |
US20040073644A1 (en) * | 2002-10-15 | 2004-04-15 | Koch Donald O. | System and method for processing web activity data |
US7853684B2 (en) * | 2002-10-15 | 2010-12-14 | Sas Institute Inc. | System and method for processing web activity data |
US7346695B1 (en) | 2002-10-28 | 2008-03-18 | F5 Networks, Inc. | System and method for performing application level persistence |
US20040153973A1 (en) * | 2002-11-21 | 2004-08-05 | Lawrence Horwitz | System and method for automatically storing and recalling application states based on application contexts |
US7139758B1 (en) * | 2002-12-02 | 2006-11-21 | Microsoft Corporation | Method and system for improved security to control and facilitate access to data stored in a database |
US8683016B1 (en) * | 2002-12-20 | 2014-03-25 | Versata Development Group, Inc. | Data recording components and processes for acquiring selected web site data |
US9124606B2 (en) | 2003-02-13 | 2015-09-01 | Transunion Interactive, Inc. | Methods, apparatuses and systems facilitating seamless, virtual integration of online membership models and services |
US20080098122A1 (en) * | 2003-02-13 | 2008-04-24 | Scott Metzger | Methods, Apparatuses and Systems Facilitating Seamless, Virtual Integration of Online Membership Models and Services |
US8359393B2 (en) * | 2003-02-13 | 2013-01-22 | Transunion Interactive, Inc. | Methods, apparatuses and systems facilitating seamless, virtual integration of online membership models and services |
US7890543B2 (en) | 2003-03-06 | 2011-02-15 | Microsoft Corporation | Architecture for distributed computing system and automated design, deployment, and management of distributed applications |
US7886041B2 (en) | 2003-03-06 | 2011-02-08 | Microsoft Corporation | Design time validation of systems |
US7890951B2 (en) | 2003-03-06 | 2011-02-15 | Microsoft Corporation | Model-based provisioning of test environments |
US8122106B2 (en) | 2003-03-06 | 2012-02-21 | Microsoft Corporation | Integrating design, deployment, and management phases for systems |
US7689676B2 (en) | 2003-03-06 | 2010-03-30 | Microsoft Corporation | Model-based policy application |
US7684964B2 (en) | 2003-03-06 | 2010-03-23 | Microsoft Corporation | Model and system state synchronization |
US20040210623A1 (en) * | 2003-03-06 | 2004-10-21 | Aamer Hydrie | Virtual network topology generation |
US7630877B2 (en) | 2003-03-06 | 2009-12-08 | Microsoft Corporation | Architecture for distributed computing system and automated design, deployment, and management of distributed applications |
US11561931B2 (en) | 2003-05-22 | 2023-01-24 | Callahan Cellular L.L.C. | Information source agent systems and methods for distributed data storage and management using content signatures |
US9552362B2 (en) | 2003-05-22 | 2017-01-24 | Callahan Cellular L.L.C. | Information source agent systems and methods for backing up files to a repository using file identicality |
US9678967B2 (en) * | 2003-05-22 | 2017-06-13 | Callahan Cellular L.L.C. | Information source agent systems and methods for distributed data storage and management using content signatures |
US20070260643A1 (en) * | 2003-05-22 | 2007-11-08 | Bruce Borden | Information source agent systems and methods for distributed data storage and management using content signatures |
US20100316064A1 (en) * | 2003-06-12 | 2010-12-16 | Camiant, Inc. | Pcmm application manager |
US20050091505A1 (en) * | 2003-06-12 | 2005-04-28 | Camiant, Inc. | Dynamic service delivery platform for communication networks |
US8750279B2 (en) | 2003-06-12 | 2014-06-10 | Camiant, Inc. | PCMM application manager |
US8619630B2 (en) | 2003-06-12 | 2013-12-31 | Camiant, Inc. | Topology discovery in broadband networks |
US8595787B2 (en) | 2003-06-12 | 2013-11-26 | Camiant, Inc. | Dynamic service delivery platform for communication networks |
US20050163060A1 (en) * | 2003-06-12 | 2005-07-28 | Camiant, Inc. | Topology discovery in broadband networks |
US7567504B2 (en) | 2003-06-30 | 2009-07-28 | Microsoft Corporation | Network load balancing with traffic routing |
US7590736B2 (en) | 2003-06-30 | 2009-09-15 | Microsoft Corporation | Flexible network load balancing |
US7606929B2 (en) | 2003-06-30 | 2009-10-20 | Microsoft Corporation | Network load balancing with connection manipulation |
US7613822B2 (en) * | 2003-06-30 | 2009-11-03 | Microsoft Corporation | Network load balancing with session information |
US7636917B2 (en) | 2003-06-30 | 2009-12-22 | Microsoft Corporation | Network load balancing with host status information |
US20040268357A1 (en) * | 2003-06-30 | 2004-12-30 | Joy Joseph M. | Network load balancing with session information |
US20040264481A1 (en) * | 2003-06-30 | 2004-12-30 | Darling Christopher L. | Network load balancing with traffic routing |
US20050050204A1 (en) * | 2003-09-02 | 2005-03-03 | Stefan Beck | Session handling |
US7664860B2 (en) * | 2003-09-02 | 2010-02-16 | Sap Ag | Session handling |
US20050091230A1 (en) * | 2003-10-24 | 2005-04-28 | Ebbo David S. | Software build extensibility |
US7596782B2 (en) | 2003-10-24 | 2009-09-29 | Microsoft Corporation | Software build extensibility |
US20070283141A1 (en) * | 2003-12-31 | 2007-12-06 | Pollutro Dennis V | Method and System for Establishing the Identity of an Originator of Computer Transactions |
US8234699B2 (en) | 2003-12-31 | 2012-07-31 | Citrix Systems, Inc. | Method and system for establishing the identity of an originator of computer transactions |
US9100551B2 (en) * | 2004-01-23 | 2015-08-04 | Camiant, Inc. | Video policy server |
US20100306369A1 (en) * | 2004-01-23 | 2010-12-02 | Camiant, Inc. | Video policy server |
US7778422B2 (en) | 2004-02-27 | 2010-08-17 | Microsoft Corporation | Security associations for devices |
US20050216844A1 (en) * | 2004-03-03 | 2005-09-29 | Error Brett M | Delayed transmission of website usage data |
US20050246446A1 (en) * | 2004-03-31 | 2005-11-03 | International Business Machines Corporation | Method, system, and article of manufacture for controlling client access |
US7788385B2 (en) | 2004-03-31 | 2010-08-31 | International Business Machines Corporation | System and article of manufacture for controlling client access |
US20080263211A1 (en) * | 2004-03-31 | 2008-10-23 | International Business Machines Corporation | System and article of manufacture for controlling client access |
US7415521B2 (en) | 2004-03-31 | 2008-08-19 | International Business Machines Corporation | Method for controlling client access |
US8127023B2 (en) | 2004-03-31 | 2012-02-28 | International Business Machines Corporation | Method, system and article of manufacture for controlling client access |
US20100257237A1 (en) * | 2004-03-31 | 2010-10-07 | International Business Machines Corporation | Method, system and article of manufacture for controlling client access |
US7669235B2 (en) | 2004-04-30 | 2010-02-23 | Microsoft Corporation | Secure domain join for computing devices |
US7890604B2 (en) | 2004-05-07 | 2011-02-15 | Microsoft Corproation | Client-side callbacks to server events |
US8065600B2 (en) | 2004-05-14 | 2011-11-22 | Microsoft Corporation | Systems and methods for defining web content navigation |
US9026578B2 (en) | 2004-05-14 | 2015-05-05 | Microsoft Corporation | Systems and methods for persisting data between web pages |
US20050256834A1 (en) * | 2004-05-17 | 2005-11-17 | Microsoft Corporation | Data controls architecture |
US7464386B2 (en) | 2004-05-17 | 2008-12-09 | Microsoft Corporation | Data controls architecture |
US7530058B2 (en) | 2004-05-28 | 2009-05-05 | Microsoft Corporation | Non-compile pages |
US20060020883A1 (en) * | 2004-05-28 | 2006-01-26 | Microsoft Corporation | Web page personalization |
US8156448B2 (en) | 2004-05-28 | 2012-04-10 | Microsoft Corporation | Site navigation and site navigation data source |
US20050268292A1 (en) * | 2004-05-28 | 2005-12-01 | Microsoft Corporation | Non-compile pages |
US20050278351A1 (en) * | 2004-05-28 | 2005-12-15 | Microsoft Corporation | Site navigation and site navigation data source |
US10832177B2 (en) | 2004-09-10 | 2020-11-10 | Deem, Inc. | Platform for multi-service procurement |
US9552599B1 (en) | 2004-09-10 | 2017-01-24 | Deem, Inc. | Platform for multi-service procurement |
US10049330B2 (en) | 2004-09-10 | 2018-08-14 | Deem, Inc. | Platform for multi-service procurement |
US20070018403A1 (en) * | 2005-02-14 | 2007-01-25 | Wong Jacob Y | Yangtze hold 'em and other poker games played with a chinese poker deck |
US20060200469A1 (en) * | 2005-03-02 | 2006-09-07 | Lakshminarayanan Chidambaran | Global session identifiers in a multi-node system |
US8489728B2 (en) | 2005-04-15 | 2013-07-16 | Microsoft Corporation | Model-based system monitoring |
US7797147B2 (en) | 2005-04-15 | 2010-09-14 | Microsoft Corporation | Model-based system monitoring |
US7802144B2 (en) | 2005-04-15 | 2010-09-21 | Microsoft Corporation | Model-based system monitoring |
US9317270B2 (en) | 2005-06-29 | 2016-04-19 | Microsoft Technology Licensing, Llc | Model-based virtual system provisioning |
US8549513B2 (en) | 2005-06-29 | 2013-10-01 | Microsoft Corporation | Model-based virtual system provisioning |
US10540159B2 (en) | 2005-06-29 | 2020-01-21 | Microsoft Technology Licensing, Llc | Model-based virtual system provisioning |
US9811368B2 (en) | 2005-06-29 | 2017-11-07 | Microsoft Technology Licensing, Llc | Model-based virtual system provisioning |
US8280944B2 (en) | 2005-10-20 | 2012-10-02 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for managing a distributed application running in a plurality of digital processing devices |
US8549646B2 (en) | 2005-10-20 | 2013-10-01 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for responding to a denial of service attack |
US20070245334A1 (en) * | 2005-10-20 | 2007-10-18 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for maintaining execution of a software process |
US20070244962A1 (en) * | 2005-10-20 | 2007-10-18 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for managing a distributed application running in a plurality of digital processing devices |
US20070214505A1 (en) * | 2005-10-20 | 2007-09-13 | Angelos Stavrou | Methods, media and systems for responding to a denial of service attack |
US20070233880A1 (en) * | 2005-10-20 | 2007-10-04 | The Trustees Of Columbia University In The City Of New York | Methods, media and systems for enabling a consistent web browsing session on different digital processing devices |
US7941309B2 (en) | 2005-11-02 | 2011-05-10 | Microsoft Corporation | Modeling IT operations/policies |
US10217131B2 (en) | 2005-12-28 | 2019-02-26 | Deem, Inc. | System for resource service provider |
US11443342B2 (en) | 2005-12-28 | 2022-09-13 | Deem, Inc. | System for resource service provider |
US8244855B1 (en) * | 2006-06-21 | 2012-08-14 | Qurio Holdings, Inc. | Application state aware mediating server |
US9485804B1 (en) | 2006-06-27 | 2016-11-01 | Qurio Holdings, Inc. | High-speed WAN to wireless LAN gateway |
US8102863B1 (en) | 2006-06-27 | 2012-01-24 | Qurio Holdings, Inc. | High-speed WAN to wireless LAN gateway |
US8879567B1 (en) | 2006-06-27 | 2014-11-04 | Qurio Holdings, Inc. | High-speed WAN to wireless LAN gateway |
US8566452B1 (en) | 2006-08-03 | 2013-10-22 | F5 Networks, Inc. | Intelligent HTTP based load-balancing, persistence, and application traffic management of SSL VPN tunnels |
US10305859B2 (en) | 2006-10-17 | 2019-05-28 | A10 Networks, Inc. | Applying security policy to an application session |
US9661026B2 (en) | 2006-10-17 | 2017-05-23 | A10 Networks, Inc. | Applying security policy to an application session |
US9954899B2 (en) | 2006-10-17 | 2018-04-24 | A10 Networks, Inc. | Applying a network traffic policy to an application session |
US20110197141A1 (en) * | 2007-09-12 | 2011-08-11 | Richard James Mazzaferri | Methods and systems for providing, by a remote machine, access to graphical data associated with a resource provided by a local machine |
US8286082B2 (en) | 2007-09-12 | 2012-10-09 | Citrix Systems, Inc. | Methods and systems for providing, by a remote machine, access to a desk band associated with a resource executing on a local machine |
US20090070687A1 (en) * | 2007-09-12 | 2009-03-12 | Richard James Mazzaferri | Methods and Systems for Providing, by a Remote Machine, Access to a Desk Band Associated with a Resource Executing on a Local Machine |
US9032026B2 (en) | 2007-09-12 | 2015-05-12 | Citrix Systems, Inc. | Methods and systems for providing, by a remote machine, access to a desk band associated with a resource executing on a local machine |
US8484290B2 (en) | 2007-09-12 | 2013-07-09 | Citrix Systems, Inc. | Methods and systems for providing, by a remote machine, access to a desk band associated with a resource executing on a local machine |
US8341208B2 (en) | 2007-09-12 | 2012-12-25 | Citrix Systems, Inc. | Methods and systems for providing, by a remote machine, access to functionality associated with a resource executing on a local machine |
US9239666B2 (en) | 2007-09-12 | 2016-01-19 | Citrix Systems, Inc. | Methods and systems for maintaining desktop environments providing integrated access to remote and local resources |
US20090094523A1 (en) * | 2007-09-12 | 2009-04-09 | Terry Noel Treder | Methods and Systems for Maintaining Desktop Environments providing integrated access to remote and local resourcses |
US8296352B2 (en) | 2007-09-12 | 2012-10-23 | Citrix Systems, Inc. | Methods and systems for providing, by a remote machine, access to graphical data associated with a resource provided by a local machine |
US8336097B2 (en) * | 2007-10-12 | 2012-12-18 | Electronics And Telecommunications Research Institute | Apparatus and method for monitoring and protecting system resources from web browser |
US20090100517A1 (en) * | 2007-10-12 | 2009-04-16 | Su Yong Kim | Apparatus and method for monitoring and protecting system resources from web browser |
US8516539B2 (en) | 2007-11-09 | 2013-08-20 | Citrix Systems, Inc | System and method for inferring access policies from access event records |
US20090138939A1 (en) * | 2007-11-09 | 2009-05-28 | Applied Identity | System and method for inferring access policies from access event records |
US20090133110A1 (en) * | 2007-11-13 | 2009-05-21 | Applied Identity | System and method using globally unique identities |
US8990910B2 (en) | 2007-11-13 | 2015-03-24 | Citrix Systems, Inc. | System and method using globally unique identities |
US20110125888A1 (en) * | 2007-12-17 | 2011-05-26 | Electronics And Telecommunications Research Institute | System and method to use service continuously by using heterogeneous terminals |
US20090196269A1 (en) * | 2008-02-01 | 2009-08-06 | Devesh Agarwal | Methods, systems, and computer readable media for controlling access to voice resources in mobile networks using mobility management signaling messages |
US9113334B2 (en) | 2008-02-01 | 2015-08-18 | Tekelec, Inc. | Methods, systems, and computer readable media for controlling access to voice resources in mobile networks using mobility management signaling messages |
US8229969B1 (en) * | 2008-03-04 | 2012-07-24 | Open Invention Network Llc | Maintaining web session data spanning multiple application servers in a session database |
US9240945B2 (en) | 2008-03-19 | 2016-01-19 | Citrix Systems, Inc. | Access, priority and bandwidth management based on application identity |
US20090241170A1 (en) * | 2008-03-19 | 2009-09-24 | Applied Identity | Access, priority and bandwidth management based on application identity |
US8943575B2 (en) | 2008-04-30 | 2015-01-27 | Citrix Systems, Inc. | Method and system for policy simulation |
US11683263B1 (en) * | 2008-08-21 | 2023-06-20 | United Services Automobile Association (Usaa) | Preferential loading in data centers |
US20090144818A1 (en) * | 2008-11-10 | 2009-06-04 | Applied Identity | System and method for using variable security tag location in network communications |
US8990573B2 (en) | 2008-11-10 | 2015-03-24 | Citrix Systems, Inc. | System and method for using variable security tag location in network communications |
US10346503B2 (en) | 2009-04-09 | 2019-07-09 | International Business Machines Corporation | Web-browser based state repository |
US20100262589A1 (en) * | 2009-04-09 | 2010-10-14 | International Business Machines Corporation | Web-Browser Based State Repository |
US9639626B2 (en) * | 2009-04-09 | 2017-05-02 | International Business Machines Corporation | Web-browser based state repository |
US20100274629A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Product lifecycle sustainability score tracking and indicia |
US10223167B2 (en) | 2009-04-24 | 2019-03-05 | Rockwell Automation Technologies, Inc. | Discrete resource management |
US20100274377A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Discrete energy assignments for manufacturing specifications |
US10013666B2 (en) | 2009-04-24 | 2018-07-03 | Rockwell Automation Technologies, Inc. | Product lifecycle sustainability score tracking and indicia |
US9406036B2 (en) | 2009-04-24 | 2016-08-02 | Rockwell Automation Technologies, Inc. | Discrete energy assignments for manufacturing specifications |
US20100274611A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Discrete resource management |
US9129231B2 (en) | 2009-04-24 | 2015-09-08 | Rockwell Automation Technologies, Inc. | Real time energy consumption analysis and reporting |
US20100274612A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Utilizing sustainability factors for product optimization |
US8892540B2 (en) | 2009-04-24 | 2014-11-18 | Rockwell Automation Technologies, Inc. | Dynamic sustainability search engine |
US20100274810A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Dynamic sustainability search engine |
US20100274602A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Real time energy consumption analysis and reporting |
US20100275147A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Industrial energy demand management and services |
US20100274603A1 (en) * | 2009-04-24 | 2010-10-28 | Rockwell Automation Technologies, Inc. | Dynamic sustainability factor management |
US10726026B2 (en) | 2009-04-24 | 2020-07-28 | Rockwell Automation Technologies, Inc. | Dynamic sustainability search engine |
US20110004497A1 (en) * | 2009-04-30 | 2011-01-06 | Mortimore Jr William Charles | System and Method for Offering, Tracking and Promoting Loyalty Rewards |
US11720908B2 (en) | 2009-04-30 | 2023-08-08 | Deem, Inc. | System and method for offering, tracking and promoting loyalty rewards |
US10552849B2 (en) | 2009-04-30 | 2020-02-04 | Deem, Inc. | System and method for offering, tracking and promoting loyalty rewards |
US20110172838A1 (en) * | 2010-01-08 | 2011-07-14 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US8738190B2 (en) * | 2010-01-08 | 2014-05-27 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US9395704B2 (en) | 2010-01-08 | 2016-07-19 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US9274518B2 (en) | 2010-01-08 | 2016-03-01 | Rockwell Automation Technologies, Inc. | Industrial control energy object |
US20110184924A1 (en) * | 2010-01-22 | 2011-07-28 | Microsoft Corporation | Storing temporary state data in separate containers |
US9015136B2 (en) * | 2010-01-22 | 2015-04-21 | Microsoft Technology Licensing, Llc | Storing temporary state data in separate containers |
US10346365B2 (en) | 2010-01-22 | 2019-07-09 | Microsoft Technology Licensing, Llc | Storing temporary state data in separate containers |
US10354314B1 (en) * | 2010-06-16 | 2019-07-16 | Amazon Technologies, Inc. | Ranking of items as a function of virtual shopping cart activity |
US9870540B2 (en) | 2011-05-20 | 2018-01-16 | Deem, Inc. | Travel services search |
US9449288B2 (en) | 2011-05-20 | 2016-09-20 | Deem, Inc. | Travel services search |
US10402754B1 (en) | 2011-09-07 | 2019-09-03 | Datalex (Ireland) Limited | System and method for testing airline revenue optimization and related tools or products for travel |
US9595042B1 (en) | 2011-09-07 | 2017-03-14 | Datalex (Ireland) Limited | System and method for testing airline revenue optimization and related tools or products for travel |
US9742879B2 (en) | 2012-03-29 | 2017-08-22 | A10 Networks, Inc. | Hardware-based packet editor |
US10069946B2 (en) | 2012-03-29 | 2018-09-04 | A10 Networks, Inc. | Hardware-based packet editor |
US9544364B2 (en) | 2012-12-06 | 2017-01-10 | A10 Networks, Inc. | Forwarding policies on a virtual service network |
US10341427B2 (en) | 2012-12-06 | 2019-07-02 | A10 Networks, Inc. | Forwarding policies on a virtual service network |
US9992107B2 (en) | 2013-03-15 | 2018-06-05 | A10 Networks, Inc. | Processing data packets using a policy based network path |
US10659354B2 (en) | 2013-03-15 | 2020-05-19 | A10 Networks, Inc. | Processing data packets using a policy based network path |
US10305904B2 (en) | 2013-05-03 | 2019-05-28 | A10 Networks, Inc. | Facilitating secure network traffic by an application delivery controller |
US10038693B2 (en) | 2013-05-03 | 2018-07-31 | A10 Networks, Inc. | Facilitating secure network traffic by an application delivery controller |
US10084769B2 (en) | 2013-09-20 | 2018-09-25 | Oracle International Corporation | Single sign-on between multiple data centers |
US9887981B2 (en) | 2013-09-20 | 2018-02-06 | Oracle International Corporation | Single sign-on between multiple data centers |
US9866640B2 (en) | 2013-09-20 | 2018-01-09 | Oracle International Corporation | Cookie based session management |
US9544293B2 (en) | 2013-09-20 | 2017-01-10 | Oracle International Corporation | Global unified session identifier across multiple data centers |
US10009335B2 (en) | 2013-09-20 | 2018-06-26 | Oracle International Corporation | Global unified session identifier across multiple data centers |
US10693864B2 (en) | 2013-09-20 | 2020-06-23 | Oracle International Corporation | Single sign-on between multiple data centers |
US9942152B2 (en) | 2014-03-25 | 2018-04-10 | A10 Networks, Inc. | Forwarding data packets using a service-based forwarding policy |
US10268467B2 (en) | 2014-11-11 | 2019-04-23 | A10 Networks, Inc. | Policy-driven management of application traffic for providing services to cloud-based applications |
US9769147B2 (en) | 2015-06-29 | 2017-09-19 | Oracle International Corporation | Session activity tracking for session adoption across multiple data centers |
US10572649B2 (en) | 2015-06-29 | 2020-02-25 | Oracle International Corporation | Session activity tracking for session adoption across multiple data centers |
US10693859B2 (en) | 2015-07-30 | 2020-06-23 | Oracle International Corporation | Restricting access for a single sign-on (SSO) session |
US10581826B2 (en) | 2015-10-22 | 2020-03-03 | Oracle International Corporation | Run-time trust management system for access impersonation |
US10505982B2 (en) | 2015-10-23 | 2019-12-10 | Oracle International Corporation | Managing security agents in a distributed environment |
US10454936B2 (en) | 2015-10-23 | 2019-10-22 | Oracle International Corporation | Access manager session management strategy |
US10623501B2 (en) | 2016-09-15 | 2020-04-14 | Oracle International Corporation | Techniques for configuring sessions across clients |
US11290438B2 (en) | 2017-07-07 | 2022-03-29 | Oracle International Corporation | Managing session access across multiple data centers |
US11050730B2 (en) | 2017-09-27 | 2021-06-29 | Oracle International Corporation | Maintaining session stickiness across authentication and authorization channels for access management |
US11658958B2 (en) | 2017-09-27 | 2023-05-23 | Oracle International Corporation | Maintaining session stickiness across authentication and authorization channels for access management |
US10157275B1 (en) | 2017-10-12 | 2018-12-18 | Oracle International Corporation | Techniques for access management based on multi-factor authentication including knowledge-based authentication |
US11134078B2 (en) | 2019-07-10 | 2021-09-28 | Oracle International Corporation | User-specific session timeouts |
CN110659463B (en) * | 2019-08-23 | 2021-11-12 | 苏州浪潮智能科技有限公司 | Distributed operation method and device of stateless system |
CN110659463A (en) * | 2019-08-23 | 2020-01-07 | 苏州浪潮智能科技有限公司 | Distributed operation method and device of stateless system |
US20230350732A1 (en) * | 2019-09-23 | 2023-11-02 | Open Text Holdings, Inc. | System and method for an efficient and scalable multitenant implementation for content management services platforms, including cloud deployed content management services platforms |
CN111385358A (en) * | 2020-03-04 | 2020-07-07 | 海南金盘智能科技股份有限公司 | Synchronization method and device of session control object and server |
Also Published As
Publication number | Publication date |
---|---|
US6480894B1 (en) | 2002-11-12 |
US6360249B1 (en) | 2002-03-19 |
US6085220A (en) | 2000-07-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6076108A (en) | System and method for maintaining a state for a user session using a web system having a global session server | |
US20200372091A1 (en) | System and method for managing network traffic routing | |
EP3317998B1 (en) | Resilient secret sharing cloud based architecture for data vault | |
US6490624B1 (en) | Session management in a stateless network system | |
US10038720B2 (en) | Master security policy server | |
US7181731B2 (en) | Method, system, and structure for distributing and executing software and data on different network and computer devices, platforms, and environments | |
US6006334A (en) | Method and system for authentication over a distributed service to limit password compromise | |
US7035828B2 (en) | Method and system for modifying and transmitting data between a portable computer and a network | |
US7685577B2 (en) | System and method for translating an asset for distribution over multi-tiered networks | |
US20050240558A1 (en) | Virtual server operating on one or more client devices | |
US20090210356A1 (en) | Method, system and apparatus for providing pay-per-use distributed computing resources | |
US20040205101A1 (en) | Systems, methods, and articles of manufacture for aligning service containers | |
AU2006252906B2 (en) | Split download for electronic software downloads | |
US7506204B2 (en) | Dedicated connection to a database server for alternative failure recovery | |
JP2000509531A (en) | A system for dynamically creating and managing custom Web sites | |
WO2003063029A1 (en) | System and method for using virtual directories to service url requests in application servers | |
JP2002540492A (en) | Web server content replication | |
Furht et al. | An innovative internet architecture for application service providers | |
Furht et al. | Internet architectures for application service providers | |
US7103810B2 (en) | System for the tracking of errors in a communication network enabling users to selectively bypass system error logs and make real-time responses to detected errors | |
US6915341B2 (en) | System for sending messages to all users in a web hosting environment | |
Evans et al. | Strategies for content migration on the World Wide Web | |
JP2004110276A (en) | Content distribution device, content distribution processing method, content distribution system program and recording medium therefor | |
Zhou | Detecting and tolerating failures in a loosely integrated heterogeneous database system | |
Stanek | Web Server Administration: The Personal Trainer for IIS 7.0 and IIS 7.5 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SMART TECHNOLOGIES, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COURTS, HOWARD R.;DHOLAKIA, NEIL K.;DUNN, CRAIG L.;AND OTHERS;REEL/FRAME:009067/0024;SIGNING DATES FROM 19980303 TO 19980304 |
|
AS | Assignment |
Owner name: I2 TECHNOLOGIES, INC., TEXAS Free format text: MERGER;ASSIGNOR:SMART TECHNOLOGIES, INC.;REEL/FRAME:010736/0468 Effective date: 19990713 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: I2 TECHNOLOGIES, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SMART TECHNOLOGIES, INC.;REEL/FRAME:011089/0642 Effective date: 20000829 |
|
AS | Assignment |
Owner name: I2 TECHNOLOGIES US, INC., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:I2 TECHNOLOGIES INC.;REEL/FRAME:012530/0816 Effective date: 20010701 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
AS | Assignment |
Owner name: GLOBAL SESSION HOLDINGS SRL, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:I2 TECHNOLOGIES, INC.;REEL/FRAME:022868/0569 Effective date: 20090622 |
|
AS | Assignment |
Owner name: GLOBAL SESSION HOLDINGS SRL,TEXAS Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNOR NAME PREVIOUSLY RECORDED ON REEL 022868 FRAME 0569. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:I2 TECHNOLOGIES US, INC.;REEL/FRAME:024397/0392 Effective date: 20090622 |
|
AS | Assignment |
Owner name: GLOBAL SESSIONS LP, TEXAS Free format text: LICENSE;ASSIGNOR:GLOBAL SESSION HOLDINGS SRL;REEL/FRAME:025026/0913 Effective date: 20100311 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
IPR | Aia trial proceeding filed before the patent and appeal board: inter partes review |
Free format text: TRIAL NO: IPR2014-01352 Opponent name: TD BANK GROUP Effective date: 20140820 |