#declared earlier using our $session = new CGI::Session("driver:File", undef, {Directory=>$perl_sessions}); #--- Storing the session id (this is where the browser complains $wCookie = $query->cookie(-name => "wweb", -value => $session->id);