in reply to Re^8: Cookie->fetch problem
in thread Cookie->fetch problem

Strange I just looked at the "invisible" CGISESSID cookie again and now the path is /cgi-bin but it still does not show up clicking the "try it" button on the form returned by https://www.jala-mi.org.

Replies are listed 'Best First'.
Re^10: Cookie->fetch problem
by tultalk (Monk) on Mar 11, 2017 at 15:03 UTC

    Perhaps my $domain = $ENV{'HTTP_HOST'}; and $domain in set cookie -domain=>$domain,-secure=>1);

    Who knows???