in reply to session handling with cgi
also, doing
is a lot easier than what you're doing here.my $q = CGI->new; my $session = CGI::Session->new("driver:File", $q, {Directory=>’/tmp’} +); print $session->header();
Update: and put the -wT options back at the end of the #! line and did you read this already?
|
|---|