$cookie = CGI::cookie( -name => 'prefs', -value => '', -domain => $ENV{SERVER_NAME}, -path => '/', -httponly => 1 -secure => 1 );