Janeks:

> So the question is how to manage setting of cookie 
>  values in such cases?

What should happen is that you print all headers *before* the first blank 
line -- ie the ^/

So you can set a cookie like this:

print "Content-type: text/html"
print "Set-Cookie: name=xxxxxxx"
print ""    ;; end of headers
print   ;; start of content

Sunanda.
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to