Images and Cookieless Session State

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When switching my web application to use cookieless session state I get unpredicatable behaviour with images in my application, sometimes they show up other times they don't. It 'appears' that if all the paths to my images are absolute then it will work, however I have a great number of images in my app, some generated dynamically and so changing these would be a huge task.

Does anyone know of another way to solve this?

Surely microsoft thought of this when they introduced the cookieless option and started placing this info in the url...?
 
Hi,

Yeh I know that but I have so many images that doing this now would be a massive undertaking. I hoped that there would be a setting (IIS or .Net) or something that would sort this out, seems like a bad design from microsoft, they should provide a cookie filter or something....
 
Back
Top