Not all web servers nor browsers support all possible header parameters. You may be trying to set one that your server or browser does not support.
Cheers! Mark -----Original Message----- From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Niall O'Hare Sent: Tuesday, January 22, 2002 6:09 AM To: [EMAIL PROTECTED] Subject: adding headers to response... Hi, I am trying to add a http header to the response object, using response.AddHeader. - this is not throwing any errors, however when I try to retrieve my headers in the next page, the added header isn't there! - same goes for if i try setHeader to change the value of an existing header. However - addCookie is working without any problems whatsoever... does anyone have any ideas on why this isn't working for me? Thanks! ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
