View list of Internet Explorer 9 Trusted Sites on Group-policy controlled Windows 7

88

Definitely in the registry, try this location: HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap

or just do a registry search for a site or address that you KNOW is in trusted sites. that should get you there eventually.

Share:
88
Tono Nam
Author by

Tono Nam

Updated on September 18, 2022

Comments

  • Tono Nam
    Tono Nam over 1 year

    Lets say browser A logs in to my website creating new session. Then browser B logs in to the same website creating another session. Is there a way that I can see browser's A session variable from browser's B session?


    Edit.

    I guess my question is if I have HttpContext.Current.Session.SessionID stored on my database from browser A. Knowing that id, how can I retrieve that session. I have tried things like:

    HttpContext.Current.GetSession(browserAsessionId);
    
  • kojiro
    kojiro over 12 years
    Yep, thanks! I had to guess what the values meant, but I assume 1 is Intranet Zone, 2 is Trusted Zone, etc.
  • Jordan W.
    Jordan W. over 12 years
    you guessed right