C# Image HttpHandler: Disable cookies in handler (YSlow / Google PageSpeed)

Posted by user319111 on Stack Overflow See other posts from Stack Overflow or by user319111
Published on 2010-04-17T07:27:47Z Indexed on 2010/04/17 7:33 UTC
Read the original article Hit count: 342

Hi.

I have a HttpHandler for resizing images, round corners, reflection etc etc. This i working OK. The problem i have is, that some data is stored in cookies, and the cookies are send to images, when they are shown. Is there any way to disable this globally (cookie-free requests) in web.config, or even in the HttpHandler itself?

Example page: http://test.roob.dk/dk/product/ray-ban-rb3359-polarized-16/

Thanks in advance CP // Denmark

© Stack Overflow or respective owner

Related posts about c#

Related posts about cookies