obviously this whole thing is just an excercise in showing off the builtin session support of languages...
so i chose to ignore the state management requirement, and submit my entry in BASIC:print "enter your message";
input a$
print "hit enter here";
input
print "you said: ";a$
i am so impressed now...