Hi all

Why i have problem?

       $cookie1 = new CGI::Cookie(
           -name => 'sessid', -value => $session->id());

$r->headers_out->{'Set-Cookie'} = $cookie1;

OR

$c->headers_out->{'Set-Cookie'} = "aaasdfhajsd fjhasdhfjkajkdf";

[Thu Feb 27 14:42:34 2003] [warn] pid file /usr/local/apache-2.0/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Feb 27 14:42:34 2003] [notice] Apache/2.0.44 (Unix) mod_perl/1.99_09-dev Perl/v5.8.0 configured -- resuming normal operations
Use of uninitialized value (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl tells you what operation
you used the undefined value in. Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program. For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.
[Thu Feb 27 14:42:40 2003] [error] [client 127.0.0.1] Can't locate object method "STORE" via package "APR::Table" at /export/eShop/lib/eShop/Web/Shop/index.pm line 30.


if i remove $r->headers_out->{'Set-Cookie'} = $cookie1;

i dont have proble ://///

i using last cvs version and httpd-2.0.44

thanks

nattis



Reply via email to