Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Cookies with CGI::Application

by matija (Priest)
on May 16, 2004 at 06:07 UTC ( [id://353740]=note: print w/replies, xml ) Need Help??


in reply to Cookies with CGI::Application

Whenever I have trouble with cookies, I usualy check for a few standard problems:
  • Is the header the first thing you're printing? It must be absolutely the first. A debugging print will mess up the parsing of the headers.
  • Are the headers being printed in more than one place? Most (all?) header printing routines print a blank line at the end, and that terminates the headers.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://353740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-23 21:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found