PERL code running on IIS6 wont set cookie

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BobVDP
    New Member
    • Jan 2007
    • 4

    PERL code running on IIS6 wont set cookie

    My statement print "Set-Cookie: name=value;" started printing out to the browser instead of setting the cookie. I am running PERL on a IIS6 Server. I must have changed a setting on IIS but I can't find it. Anybody seen this one before?

    Thanks
    Bob
  • radcaesar
    Recognized Expert Contributor
    • Sep 2006
    • 759

    #2
    print "Set-Cookie: " . $cookie;

    :)

    Originally posted by BobVDP
    My statement print "Set-Cookie: name=value;" started printing out to the browser instead of setting the cookie. I am running PERL on a IIS6 Server. I must have changed a setting on IIS but I can't find it. Anybody seen this one before?

    Thanks
    Bob

    Comment

    Working...