Internet web server cache storage and session management system

Electrical computers and digital processing systems: multicomput – Distributed data processing – Client/server

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S228000, C709S227000

Reexamination Certificate

active

06385642

ABSTRACT:

STATEMENT AS TO ANY INVENTION RIGHTS UNDER FEDERALLY SPONSORED RESEARCH
Not applicable.
BACKGROUND OF THE INVENTION
The present invention relates generally to the field of session management, and more particularly to the field of database session management on the Internet, in one embodiment of the present invention.
The Internet, also referred to as a global computer network, or network of computer networks, includes computers connected through a set of communication protocols known as Transmission Control Protocol/Internet Protocol (TCP/IP). One popular component of the Internet is the World Wide Web (WWW), or “the web,” which is a collection of resources on servers on the Internet that utilize a Hypertext Transfer Protocol (HTTP), which is an application protocol that provides users access to those resources (often referred to as “pages,” which can be in static or dynamically generated formats, including text, form entry fields, graphics, images, sound, video, etc.) using a Standard Generalized Markup Language (SGML), such as the Hypertext Markup Language (HTML), which is an information management standard for providing platformindependent and application-independent resources that retain formatting, indexing, and- inter-resource hyperlinking information.
One reason for the Internet's rapid growth is the introduction and widespread use of web browsers, which are HTML-compliant user client software programs, or portions of other programs, providing simple graphical user interface (GUI) access to resources on web servers. The use of an HTML-compliant client, such as a web browser, involves specification of an address via a Uniform Resource Locator (URL). A URL may include reference to a static resource or a reference to a software program on the web server, such as a Common Gateway Interface (CGI) script, as an example, which may interact with a database, or other data source, to dynamically generate the resource requested by the user through the web browser. When a user enters data into fields on a form web page and then submits that data, the browser communicates that data to the web server, as part of or accompanying the URL transmitted from the browser to the web server, which may then be used by a CGI script in interacting with the data source to generate the next resource for the user.
Like many network protocols, HTTP uses a client-server model. An HTTP client, such as a user browser, opens a connection and sends a request message to an HTTP server, such as a web server, which then returns a response message, usually containing the resource that was requested. After delivering the response, the web server closes the connection, which makes HTTP a stateless protocol, i.e. not maintaining any connection information between transactions. In other words, HTTP does not practically provide for maintaining a “session” as a user requests and interacts with various resources. Because of transfer speed limitations of the Internet, users can become frustrated waiting on large resources to slowly download to user browsers. In addition, very large resources can be confusing to many users.
Consequently, designers of web resources tend to break larger resources into multiple smaller resources to speed download times for each of the smaller resources, as well as to present users with resources that are more manageable and understandable. However, since HTTP is a stateless protocol, designers needed to develop a method for conveniently maintaining a session between user interactions with the different resources. One method of addressing this problem has become known as “cutting a cookie” on a user's computer, which often includes the web server reading and writing certain information to a user's hard drive in files called “cookies.” Since many users do not allow such manipulation of their hard drives, and since the amount of data needed in some sessions would make this solution unworkable, the use of cookies does not fully address this problem. Other methods of attempting to efficiently maintain a session include inserting information as hidden form fields or part of the return URL in the resources, or web pages, themselves. As with cookies, some sessions may require more data than would be practical to include in such hidden form fields or URLs. In addition, such methods may expose sensitive data to unauthorized access.
Yet another attempt at effectively solving this problem of efficiently maintaining a session includes using the primary data source used in dynamically generating the resources. In other words, the data source would be accessed every time the web server receives data submitted by a user and one of the many smaller resources is generated. Unfortunately, such a method is often a rather inefficient use of a very busy data source and can lead to higher costs and complexity for data sources supporting web resources. Furthermore, if the data source is not located on the web server, additional delay may be introduced. On the other hand, locating the data source on the web server could create a larger risk of unauthorized access.
There is, therefore, a need for a system for addressing these and other related and unrelated problems.
SUMMARY OF THE INVENTION
In addition to other implementations, in an Internet implementation, a session is maintained between an Internet web server and a client browser through the use of at least one temporary cache file, preferably saved in a location local to the web server. The web server also interacts with at least one data source, preferably located behind a firewall from the web server. After a cache file is created, it is used to store data received from the client and from the data source, resulting in fewer interactions with the data source. The cache file is saved from working memory before each page is generated and transmitted from the web server, after which the working memory becomes available for other uses. Since each page includes a reference to the cache file, such as in a hidden form field or in the URL of a hyperlink, for example, the session is effectively maintained between pages when the user interacts with the page to generate data that is transmitted from the client to the web server, at which point the web server opens the referenced cache file.


REFERENCES:
patent: 3581072 (1971-05-01), Nymeyer
patent: 4598367 (1986-07-01), DeFrancesco et al.
patent: 4677552 (1987-06-01), Sibley, Jr.
patent: 4736294 (1988-04-01), Gill et al.
patent: 4799156 (1989-01-01), Shavit et al.
patent: 4903201 (1990-02-01), Wagner
patent: 4914587 (1990-04-01), Clouse
patent: 5063507 (1991-11-01), Lindsey et al.
patent: 5101353 (1992-03-01), Lupien et al.
patent: 5121486 (1992-06-01), Kurihara et al.
patent: 5136501 (1992-08-01), Silverman et al.
patent: 5165020 (1992-11-01), Sudama et al.
patent: 5168446 (1992-12-01), Wiseman
patent: 5202826 (1993-04-01), McCarthy
patent: 5212789 (1993-05-01), Rago
patent: 5231571 (1993-07-01), D'Agostino
patent: 5239462 (1993-08-01), Jones et al.
patent: 5243515 (1993-09-01), Lee
patent: 5258908 (1993-11-01), Hartheimer et al.
patent: 5262941 (1993-11-01), Saladin et al.
patent: 5274547 (1993-12-01), Zoffel et al.
patent: 5287268 (1994-02-01), McCarthy
patent: 5287507 (1994-02-01), Hamilton et al.
patent: 5305200 (1994-04-01), Hartheimer et al.
patent: 5319542 (1994-06-01), King, Jr. et al.
patent: 5325297 (1994-06-01), Bird et al.
patent: 5329589 (1994-07-01), Fraser et al.
patent: 5349642 (1994-09-01), Kingdon
patent: 5375055 (1994-12-01), Togher et al.
patent: 5383113 (1995-01-01), Kight et al.
patent: 5384848 (1995-01-01), Kikuchi
patent: 5394324 (1995-02-01), Clearwater
patent: 5404523 (1995-04-01), DellaFera et al.
patent: 5426281 (1995-06-01), Abecassis
patent: 5434918 (1995-07-01), Kung et al.
patent: 5455953 (1995-10-01), Russell
patent: 5481612 (1996-01-01), Campana et al.
patent: 5495533 (1996-02-01), Linehan et al.
patent: 5500897 (1996-03-01), Hartman, Jr.
patent: 5586260 (1996-12-01), Hu
patent: 5594910 (1997-01-01), Filepp et al.
patent: 5604803 (1997-02-01), Aziz
patent: 560

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Internet web server cache storage and session management system does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Internet web server cache storage and session management system, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Internet web server cache storage and session management system will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-2893772

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.