JavaScript's Cookies Demo
JavaScript read the cookie information from memory or cookies.txt
file and retrieved the name you entered on the previous page:
This Demonstration is simple but demonstrates cookies and how to implement
a state mechanism.
Cookies can be used to maintain Application State when interacting
with a Database, but may not be the preffered solution by most DBA's.