ciaouse CGI; use CGI::Session; $cgi = new CGI; $session = new CGI::Session("driver:File", undef, {Directory=>"/tmp"}) +; $cookie = $cgi->cookie(CGISESSID => $session->id); print $cgi->header( -cookie=>$cookie );
In reply to Re: Setting cookie code...
by knoebi
in thread Setting cookie code...
by powerhouse
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |