RES: cookies (FIX)

2002-10-02 Thread Ricardo Luiz Chamberline Maturana
The correct line does not have "double back slash". I use the line as the first line of my CGI script: print "Content-type: text/html\nSet-Cookie: PS=$PS;\n\n"; and it works fine. []´s Ricardo > - Mensagem original - > De: Ricardo

RES: cookies

2002-10-02 Thread Ricardo Luiz Chamberline Maturana
I use the line: print "Content-type: text/html\\nSet-Cookie: PS=$PS;\\n\\n"; and it works well. []´s Ricardo