Code Example
The KNOCK.LSP program carries on a dialog with the user over the web, telling “knock-knock” jokes.
It illustrates three methods for saving session state: parameter passing, client-side cookies, and server-side session files.
The code is available at:
http://cubist.cs.washington.edu/~tanimoto/knock.txt