| |||||||
| Internet Explorer Discuss IE7 or any other IE version. |
![]() |
| | LinkBack | Thread Tools |
| |||
| Autocomplete on Secure Websites with IE7 Hello, I have noticed that autocomplete does not seem to work on secure websites in IE 7 running on Windows XP. For example, at Marriot.com, autcomplete works fine on the homepage for the city. Once I login to the site autocomplete no longer works. This scenario works fine in IE6 and Firefox. Is there any kind of registry entry to fix this? Is this part if the "better security". I have a lot of frustrated users who found this feature to work exactly like they wanted in IE6 but not with IE7. I hate to downgrade, but if I cannot get a solution I will have to. |
| |||
| RE: Autocomplete on Secure Websites with IE7 Protected Storage - Save Password, AutoComplete issues http://windowsxp.mvps.org/ProtectedStorage.htm -- Gistcheckin "Ben" wrote: > Hello, > I have noticed that autocomplete does not seem to work on secure websites in > IE 7 running on Windows XP. > > For example, at Marriot.com, autcomplete works fine on the homepage for the > city. Once I login to the site autocomplete no longer works. This scenario > works fine in IE6 and Firefox. > > Is there any kind of registry entry to fix this? Is this part if the "better > security". I have a lot of frustrated users who found this feature to work > exactly like they wanted in IE6 but not with IE7. I hate to downgrade, but if > I cannot get a solution I will have to. |
| |||
| Re: Autocomplete on Secure Websites with IE7 Autocomplete of what information, please? And why would you want autocomplete to work on a Secure Site anyway? -- ~Robear Dyer (PA Bear) MS MVP-Windows (IE, OE, Security, Shell/User) AumHa VSOP & Admin; DTS-L.org Ben wrote: > Hello, > I have noticed that autocomplete does not seem to work on secure websites > in > IE 7 running on Windows XP. > > For example, at Marriot.com, autcomplete works fine on the homepage for > the > city. Once I login to the site autocomplete no longer works. This scenario > works fine in IE6 and Firefox. > > Is there any kind of registry entry to fix this? Is this part if the > "better > security". I have a lot of frustrated users who found this feature to work > exactly like they wanted in IE6 but not with IE7. I hate to downgrade, but > if I cannot get a solution I will have to. |
| |||
| Re: Autocomplete on Secure Websites with IE7 In my example above, the user want the cities that he has traveled to to populate a list to save him time typing. Users do not like change and this is a change from IE6, Firefox, etc. "PA Bear" wrote: > Autocomplete of what information, please? And why would you want > autocomplete to work on a Secure Site anyway? > -- > ~Robear Dyer (PA Bear) > MS MVP-Windows (IE, OE, Security, Shell/User) > AumHa VSOP & Admin; DTS-L.org > > Ben wrote: > > Hello, > > I have noticed that autocomplete does not seem to work on secure websites > > in > > IE 7 running on Windows XP. > > > > For example, at Marriot.com, autcomplete works fine on the homepage for > > the > > city. Once I login to the site autocomplete no longer works. This scenario > > works fine in IE6 and Firefox. > > > > Is there any kind of registry entry to fix this? Is this part if the > > "better > > security". I have a lot of frustrated users who found this feature to work > > exactly like they wanted in IE6 but not with IE7. I hate to downgrade, but > > if I cannot get a solution I will have to. > > |
| |||
| Re: Autocomplete on Secure Websites with IE7 Autocomplete in IE7 cannot be customized for sites running in Secure Sites zone to effect such behavior. A /lot/ has changed in IE7, especially when it comes to Security: Internet Explorer 7 offers improved security and productivity (by MVP & AumHa VSOP Sandi Hardmeier; applies to WinXP, too) http://windowshelp.microsoft.com/Win...3b4aa1033.mspx What's New in Internet Explorer 7 http://msdn2.microsoft.com/en-us/library/ms649487.aspx Put safety first http://www.microsoft.com/windows/pro...e/default.mspx (Security tab) Extended Validation SSL Certificates http://www.microsoft.com/windows/pro...v/default.mspx -- ~PA Bear Ben wrote: > In my example above, the user want the cities that he has traveled to to > populate a list to save him time typing. Users do not like change and this > is a change from IE6, Firefox, etc. > > "PA Bear" wrote: > >> Autocomplete of what information, please? And why would you want >> autocomplete to work on a Secure Site anyway? >> -- >> ~Robear Dyer (PA Bear) >> MS MVP-Windows (IE, OE, Security, Shell/User) >> AumHa VSOP & Admin; DTS-L.org >> >> Ben wrote: >>> Hello, >>> I have noticed that autocomplete does not seem to work on secure >>> websites >>> in >>> IE 7 running on Windows XP. >>> >>> For example, at Marriot.com, autcomplete works fine on the homepage for >>> the >>> city. Once I login to the site autocomplete no longer works. This >>> scenario >>> works fine in IE6 and Firefox. >>> >>> Is there any kind of registry entry to fix this? Is this part if the >>> "better >>> security". I have a lot of frustrated users who found this feature to >>> work >>> exactly like they wanted in IE6 but not with IE7. I hate to downgrade, >>> but >>> if I cannot get a solution I will have to. |
| |||
| Re: Autocomplete on Secure Websites with IE7 Quote:
And I had the same problem on a site I work on. Autocomplete worked on HTTPS pages with IE 6 and Firefox, but not with IE 7. So, I started looking at HTTP response headers and comparing them for different sites. And I eventually think I found the problem. If you set a no-cache in the cache-control header, IE 7 will not do AutoComplete on HTTPS pages. With this code, AutoComplete didn't work in IE7: Code: Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache); Response.Cache.SetNoServerCaching(); Response.Cache.SetMaxAge(ts); Response.Cache.SetNoStore(); Response.Cache.SetProxyMaxAge(ts); Response.Cache.SetRevalidation(System.Web.HttpCacheRevalidation.AllCaches); Code: Response.ClearHeaders(); Response.Cache.SetCacheability(System.Web.HttpCacheability.Private); Response.Cache.SetNoServerCaching(); Response.Cache.SetMaxAge(ts); Response.Cache.SetNoStore(); Response.Cache.SetProxyMaxAge(ts); Response.Cache.SetRevalidation(System.Web.HttpCacheRevalidation.AllCaches); |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE7 connectivity to secure websites | djdagos | Internet Explorer | 9 | 06-14-2007 02:40 AM |
| Can't download files from secure websites | avmontreal | Internet Explorer | 0 | 05-06-2007 08:00 AM |
| RE: IE7 failure when trying to launch secure websites | macbeans | Internet Explorer | 4 | 05-06-2007 07:59 AM |
| IE7 needs to emulate IE6 to open secure websites?? please help! | RRTest | Internet Explorer | 1 | 05-06-2007 06:58 AM |
| Browser problem with secure websites | Kent | Smartphones | 3 | 01-05-2007 05:20 AM |