Would like to set cookies from the server (CGI - C)
Can it be set after the header has been printed?
Thanks.
Would like to set cookies from the server (CGI - C)
Can it be set after the header has been printed?
Thanks.
You can set cookies using JavaScript embedded in an HTML document, or via a few other mechanisms, such as Flash.
Other than that though, the header is the only place in HTTP you can set them.