Adding Cookie to HTTP::Header

2000-11-07 Thread Leah_Wojcik
Hello, I would like to add a Set-Cookie header to a HTTP::Headers object. However, the Set-Cookie header is not one of the acceptable arguments for HTTP::Header.(ie content_type,title, etc) How can I add a cookie? I would like to not use the cookie jar, because the cookie is created and set

Re: Adding Cookie to HTTP::Header

2000-11-07 Thread Gisle Aas
[EMAIL PROTECTED] writes: I would like to add a Set-Cookie header to a HTTP::Headers object. However, the Set-Cookie header is not one of the acceptable arguments for HTTP::Header.(ie content_type,title, etc) How can I add a cookie? I would like to not use the cookie jar, because the