Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Send cookies to the user-agent

From: luca::krenet::it at: 2-Dec-2001 18:13

Could someone tell me how to send cookies (more than one) from a CGI ( written in rebol :) ) to the browser? I've tried: rplstring: {Content-Type: text/html^/} append rplstring join {Set-cookie: } [{Password=} passworde {; path=/^/}] append rplstring join {Set-cookie: } [{RndNbr=} RndNbr {; path=/^/}] print rplstring and overwriting che header. But in both cases the browser receives only one cookie. Thank you in advance.