Forum Moderators: open
I offer a shop-system that runs on my server but dealers can configure the layout so it looks like their own shop. Some dealers put the shop into a frame so it becomes part of their website (from a customer's point of view).
Problem is, that session tracking by cookies doesn't work as soon as the page runs in a frame (which I can't control). So I add session id and other stuff to the URL. Works fine but I hate the parameters.
Does anbody know a way to get arond this problem?
Thanks, nerd.
Don't get me started on P3P - It's another hoop to jump through and at the end of the day, it all hinges on the honesty of the site developer anyway.
I guess if you test your existing cookie code with IE4, or Netscape 4.72, and it works... Then it's probably just a matter of developing P3P code and policies. I developed a site that is often IFRAME'd by others, and I can set cookies no problem once the P3P code was in place.
Good luck!