Pre-Grant Publication Number: 20070180110
Please help the USPTO examine the application by evaluating the relevance of the publicly submitted prior art to the patent application.
Peer-to-Patent forwards the Top 10 most relevant prior art submissions and their annotations to the United States Patent and Trademark Office.
Review this prior art and click on the thumbs up (or down) to indicate whether this submission should be forwarded to the USPTO.
If you login then you can add an annotation by typing in the box at the bottom of the screen to comment on the relevance of the prior art to the claims of the patent application.
Review this prior art and click on the thumbs up (or down) to indicate whether this submission should be forwarded to the USPTO.
If you login then you can add an annotation by typing in the box at the bottom of the screen to comment on the relevance of the prior art to the claims of the patent application.

Prior Art Detail
Summary / Description
| Summary / Description | ColdFusion developers rely on session state management and the SESSION scope extensively. But as applications grow in complexity, so do the number of SESSION variables, and the risk of overwriting or misusing them. It need not be that way; with a little work (and ColdFusion Components), SESSION use can be clean, simple, and highly organized. |
Basic Information
| Type of Prior Art | Online Publication |
| URL | http://coldfusion.sys-con.com/r... |
| Author/Creator | Ben Forta |
| Title | Encapsulating Session State Management |
| Publication Date | October 15, 2003 |
| Publisher | SYS-CON Media Inc. |
| Directions to Document Location | |
| Additional Information | |
Notes / To Do
| Notes | |
Excerpt
Excerpt ...The Web is stateless. Or put in terms that actually mean something, every request on the Web stands on its own two feet. The data received by a form submission, for example, is only available in the receiving page and not to subsequent requests. Or, user credentials specified at login are not kept until logout. And similarly, items put in a shopping cart won't still be in the cart at checkout time.
But wait a minute, those statements can't be true, can they? After all, we've all put items in shopping carts and then checked out, and we've all logged in to sites that remembered us until logout, haven't we? If the Web is stateless, how is that data maintained? That's the job of session state management, a mechanism that creates the illusion of state in a stateless world.
Data to be maintained between requests is stored on the server, along with an id that designates the client that the data belongs to. That id is sent back and forth with each and every request, so that the server can associate the maintained data and give the illusion of persistent data. In ColdFusion all this is accomplished using SESSION variables. Developers simply refer to variables like #SESSION.Firstname# and ColdFusion takes care of all the details (setting and receiving session identifiers, maintaining the SESSION data, and ensuring that the correct data is used when referring to variables with the SESSION scope).
...So you need to track session information, great. The first thing you do is set SESSIONMANAGEMNT="yes" in your <CFAPPLICATION> tag (which makes a lot of sense; after all, you can't use the SESSION scope without having first instructed ColdFusion to enable that functionality. Once enabled you are free to save any data within SESSION. For example, a simple variable: |
Relevance
Claims
1
A system for retaining information in a data management system, comprising:
(i) a memory manager associated with a server;
(ii) an interface for controlling access to the memory manager; and
(iii) one or more application components adapted for implementing the interface and configured as a framework for computer-implementation into a data management system.
Relevance
ColdFusion is a commercial product that already contains the system described in Claim 1
ColdFusion is a commercial product that already contains the system described in Claim 1
Claim Chart
All
2
The system of Claim 1, wherein the memory manager is independent of an external database.
Relevance
ColdFusion enables the use of independent memory
ColdFusion enables the use of independent memory
Claim Chart
All
4
The system of Claim 3, wherein the in-line memory is temporary.
Relevance
ColdFusion's in-line memory can be temporary or permanent.
ColdFusion's in-line memory can be temporary or permanent.
Claim Chart
All
5
The system of Claim 3, wherein the in-line memory is permanent.
Relevance
ColdFusion's in-line memory can be temporary or permanent.
ColdFusion's in-line memory can be temporary or permanent.
Claim Chart
All
10
A method for retaining information in a data management system, comprising:
(i) storing and retrieving information from an external database into a memory associated with a server, and
(ii) enabling access to the memory through an interface implemented by one or more application components.
Relevance
ColdFusion supports using an external database accessed through a variety of application programming interfaces.
ColdFusion supports using an external database accessed through a variety of application programming interfaces.
Claim Chart
All
0 days left






