Question : Saved passwords not working - Network Wide

I recently starting receiving complaints from users that websites they use every day no longer "Remember" them.  This problem is happening to everyone.  One primary example is https://login.salesforce.com/.  Previously, they were able to enter their e-mail address as a username, click on remember me, and then each time thereafter they no longer needed to enter their e-mail address.

I'm not sure where to start and am looking for any tips to get me going in the right directions.

Thanks,
Kirk

Answer : Saved passwords not working - Network Wide

It would prevent the saving of the username and the password.... assuming that the web developer did not save the username in a cooke.

I'm not sure how familair you are with HTML, so i apologize if i'm going over something that you may already be familiar with.  A web developer can place any number of forms within a web page.  Furthermore, they can place any number of fields (text boxes, check boxes, radio buttons, drop down lists, buttons) within a form.  The autocomplete=off tag can be applied at the form level or to individual fields.  when it is applied at the form level, it affects all items within the form.  

Here's some microsoft info about Autocomple=off http://msdn.microsoft.com/en-us/library/ms533032(VS.85).aspx

Here's a good tutorial about Autocomeple: http://www.geocities.com/technofundo/tech/web/ie_autocomplete.html
Random Solutions  
 
programming4us programming4us