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

[REBOL] printing HTTP header for webserver scripts and cookie setting

From: sags::apollo::lv at: 23-Apr-2006 21:04

I am using first print in MS IIS f.ex. print "Content-type: text/html^/" and it works. Or if I does not print it the script does not work. But it works differently on other servers (f.ex. KFWS and Abyss) - there I do not need print "Content-type: text/html^/" to get script working. So I can not send header like just first script output lines. So the question is how to manage setting of cookie values in such cases? Janeks On 26 Apr 2005 at 16:24, Eric Haddix wrote: