in reply to cookie help

I believe that some/all versions of IE will not save a cookie if the path is not specified in the cookie.

$permissions = new $cgi->cookie(-name=>'test', -value=>[%info], -path=>'/', -expires=>'+1D');

cheers,

J