Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Well, if it's any consolation, you're doing everything right. Your array reference to header_props is getting passed nicely, and prints two cookies when CGI::App->run is called. (At least for me it does, from a command-line) I don't have a real fix for you, but I am interested in the results of the following: Try connecting to the script using a telnet client, so you can see what's really being sent to the browser.

telnet localhost 80 GET /cgi-bin/script.pl HTTP/1.0

Press enter twice. Should return two lines starting with "Set-Cookie: "

HTTP/1.0 200 OK Content-Length: 2322 Connection: Close Server: GWS/2.0 Date: Sun, 28 Jul 2002 02:57:06 GMT Content-Type: text/html Cache-control: private Set-Cookie: cookie1=foobar; path=/ Set-Cookie: cookie2=helloagain; path=/ ...

cheers!


In reply to Re: Multiple Cookies with CGI::Application by sedhed
in thread Multiple Cookies with CGI::Application by Nomis52

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 15:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found