> Never mind, didn't realize you can specify multiple values to > web::response -set to generate multiple header lines for the same key.
In addition, you can add multiple cookies (headers) using the -lappend option: > websh % web::response -set Set-Cookie Foo Foo % web::response -lappend Set-Cookie Bar Foo Bar % web::response -lappend Set-Cookie Zoo Foo Bar Zoo % web::put Test Content-Type: text/html Set-Cookie: Foo Set-Cookie: Bar Set-Cookie: Zoo Generator: websh 3.6.0b4 Test% hth Ronnie -- Ronnie Brunner | [email protected] phone +41-44-247 79 79 | fax +41-44-247 70 75 Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
