http://www.perlmonks.org?node_id=1020401


in reply to Re: CGI::Session small problem...
in thread CGI::Session small problem...

Thanks MOtirz

I think the cookie gets to the user browser when i use the line
print $sesion->header(-location=>"web.pl");

And in fact i have checked and the cookie in the browser is ok... ans so in the server /tmp folder...

Thanks,

Pedrete

Replies are listed 'Best First'.
Re^3: CGI::Session small problem...
by Anonymous Monk on Feb 25, 2013 at 07:36 UTC

    You should monitor the HTTP requests with a browser extension such as LiveHTTPHeaders or just capture the network traffic with Ethereal. Paste the whole conversation from the first request (login.html) to the one hitting web.pl; we could perhaps figure out what's wrong. (Use a dummy username + password.)

      no, don't bother with this, waste of time

        You're free to pinpoint the error, then.