#!/bin/sh /bin/echo "Content-type: text/plain" /bin/echo "Set-Cookie: NUM=1; expires=Monday, 03-Dec-2029 23:48:42 GMT; path=/; domain=.figment.com" #if test "x" = "x"$HTTP_COOKIE # then # /bin/echo "Set-Cookie: NUM=1; expires=Monday, 03-Dec-2029 23:48:42 GMT; path=/; domain=.figment.com" # fi /bin/echo if test "x" = "x"$HTTP_COOKIE then echo "No cookie." else echo "HTTP_COOKIE=$HTTP_COOKIE" fi /bin/echo /usr/bin/printenv /bin/echo