Post Reply 
cookie question
May. 17, 2012, 05:06 PM
Post: #1
cookie question
I have IE9 Privacy settings block First and Third party cookies. I don't have any permanent cookies and don't want any, but I can't seem to load this site without allowing realtor.ca in my IE cookie list and completely Bypassing Proxomitron with sidki config

http://www.realtor.ca/map.aspx

What is the right way to handle it without allowing permanent cookies? I thought all cookies were converted to session cookies, but I'm stuck on this site. Has something to do with virtualearth since http://dev.virtualearth.net/mapcontrol/m...&mkt=en-CA doesn't load (it is 0 length in the http://local.ptron/.pinfo/urls/ log list, if prx is not bypassed and that realtor cookie allowed).
Add Thank You Quote this message in a reply
May. 18, 2012, 02:41 AM
Post: #2
RE: cookie question
Does it work after you add

Code:
[^/]++.tiles.virtualearth.net/*.(png|jpe+g)

to Bypass-List

AND

Code:
www.realtor.ca/  $SET(0=i_level:1.a_js.)
[^/]++.virtualearth.net/  $SET(0=i_level:1.a_js.)

to Exceptions-U?

HTH
Add Thank You Quote this message in a reply
May. 18, 2012, 03:45 PM (This post was last modified: May. 18, 2012 03:46 PM by mono3.)
Post: #3
RE: cookie question
That works, thanks! I wouldn't have figured that out, especially the SET stuff.
Add Thank You Quote this message in a reply
May. 22, 2012, 01:25 AM
Post: #4
RE: cookie question
"i_level:1.a_js." is very probably overkill but I wanted something that would work for you. IE9 and recent Firefox browsers appear to be troubled by some of this set's manipulations and additions. "a_js" to disable "Block/Modify: Sel. JS Methods".

The bypass entry because "Accept-Encoding: 1 Kill if Filter-Forced" removes a header that the "[^/]++.tiles.virtualearth.net/" server required. Suspicious
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: