[cgiapp] How to add no-cache to header

2008-04-25 Thread Jonathan Mangin
How do I add no-cache to headers? Tried this: $self-header_add(-cache='no-cache'); and will keep guessing, but perhaps the list is faster :) Thanks, Jon # CGI::Application community mailing list #### ## To

Re: [cgiapp] How to add no-cache to header

2008-04-25 Thread Jonathan Mangin
Never mind. It was actually a CGI::Ajax thing, so I added 'NO_CACHE' in the appropriate spot. - Original Message - From: Jonathan Mangin [EMAIL PROTECTED] To: cgiapp@lists.erlbaum.net Sent: Friday, April 25, 2008 2:28 PM Subject: [cgiapp] How to add no-cache to header How do I add