in reply to Cookies from SSI
Looking at the Everything source code, a cookie is set before the Content-type header is sent. Content-type: text/html always precedes the actual HTML, so anything included in there probably won't be interpreted by the browser.
If you're still interested in setting cookies and using SSI, I would suggest writing a very small wrapper script that sets the cookie then redirects to the actual page with the SSI.
|
|---|