5 $name = $query->param('name');
7 print "Content-Type: text/plain\n";
8 print "Cache-Control: no-store\n";
9 print 'Cache-Control: no-cache="set-cookie"' . "\n";
11 # We only map the SET_COOKIE request header to "Set-Cookie"
12 print "Set-Cookie: TEST=${name}\n\n";