#!/bin/sh
echo Content-type: text/html
echo Set-cookie: session1=1234567
echo Set-cookie: session2=abcdefg
echo
echo "<html><head></head>"
echo '<body bgcolor="ffffff">'
echo "<h3>Two Cookies have now been set</h3>"
echo "View the "
echo '<a href="diagnose.cgi">Revised ENV variable list</a>'
echo "</body></html>"
