Sessions example
This demo uses EasySessions library. This library is self contained and can be used without the other EasyCGI libraries. In this demo you'll fill your first and last name. You'll then be show a confirmation page, upon confirming, you'll see the hello page. check both session-confirm.cgi and session-process.cgi to see how every thing works. Take notice that the data from the form, is not carried around in the html from the confirmation page, the only data on the confirmation page is a unique id that tags your session. This id is passed around, it can be passed as URL parameters or hidden form values. Old ids cannot be re-used. If you need more information on this library, check my home page.
If you click the "Submit" button, you will send your input to a cgi called session-confirm.cgi.